home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-07 | 142.2 KB | 3,554 lines |
- ! Netscape.ad --- app-defaults file for Netscape 2.01S.
- !
- ! Copyright (c) 1994, 1995 Netscape Communications Corporation,
- ! all rights reserved.
- !
- ! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
- ! Bugs and commentary to x_cbug@netscape.com.
- !
- ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
- !
- ! ==========================================================
- ! NOTE: If you're looking here for things to customize, look
- ! on the Preferences dialogs under the Options menu first.
- ! Most things are customizable from there. Things which are
- ! settable via the Preferences dialog boxes are stored in
- ! the ~/.netscape/preferences file, and not in X resources.
- ! ==========================================================
- !
- ! This file lists the default resources built in to Netscape.
- ! You can use the stuff in this file for examples of how to customize
- ! Netscape for your environment; normally you will do this by
- ! copying the few lines you want to alter to your private resource
- ! database, which usually lives in a file called .Xdefaults in your home
- ! directory.
- !
- ! Site administrators **may** want to make changes here and install this
- ! file as the global app-defaults file for the site. To do this, one
- ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
- ! /usr/openwin/lib/app-defaults/Netscape. (But actually this directory
- ! could be anywhere; only the person who installed X knows for sure.)
- !
- ! It is **STRONGLY RECOMMENDED** that you not install this file in the
- ! app-defaults directory unless you are really sure you know what you are
- ! doing. There are a whole slew of version-skew problems associated with
- ! app-defaults files, which are best avoided by simply not using them.
- ! In particular, if the app-defaults file for a program is installed, and
- ! you get a new version of that program, you can't properly test out the
- ! new version without actually installing it, since it will pick up the
- ! resources for the previous version, and will quite likely malfunction.
- !
- ! In short, app-defaults files are bad. Don't use them. This file is
- ! provided for informational purposes, and so that I don't get a lot of
- ! complaints from people who think they understand this stuff better than
- ! I do.
-
-
- ! Here's how you turn on SGI's Motif hacks:
- Netscape*sgiMode: True
- Netscape*scheme: Base
- Netscape*useSchemes: Colors, Fonts
- Netscape*useEnhancedFSB: True
-
-
- ! User-Settable Parameters
- ! ========================
-
- ! This is the directory where Netscape finds external files such as icons.
- !
- *appDir: /C/netscape
-
- ! This resource is the same as the -visual command line option, which selects
- ! an X visual on which the windows should be created. Legal options are:
- ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
- ! use whatever the server says is the default visual; a visual class (like
- ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
- ! a particular visual (in case there is more than one visual of a particular
- ! class.) "Best" is probably the right choice.
- !
- *visualID: Best
-
- ! Whether Netscape should install a private colormap. This will cause the
- ! maximal number of colors to be used, but on most systems, will result in
- ! unpleasant colormap flashing when switching between applications. Legal
- ! options are: Yes, No, and Guess. "Guess" means "install the colormap only
- ! if we know that the display hardware supports multiple simultaneous
- ! colormaps, meaning that there will be no colormap flashing." Currently,
- ! that means install the map when displaying on an SGI screen, and don't
- ! otherwise. (What other vendors have multiple hardware colormaps, and how
- ! do you uniquely identify that capability? Let me know.)
- !
- *installColormap: Guess
-
- ! The maximum number of color cells to allocate per image; this is only
- ! relevant when using the default colormap of a PseudoColor visual.
- ! If it is 0, we allocate as many colors as we can get. (The more colors
- ! that we can allocate, the better images will look.) This controls only
- ! the number of colors allocated for internal images - a few more colors
- ! will be allocated for the fluff and chrome that comes with Motif.
- !
- *maxImageColors: 0
-
- ! Set this to false to disable the <BLINK> tag.
- *blinkingEnabled: True
-
- ! Whether the Exit menu item should confirm first.
- *confirmExit: False
-
- ! Mouse cursor when over an anchor.
- *linkCursor: hand2
-
- ! Mouse cursor when awaiting a reply.
- *busyCursor: watch
-
- ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
- *saveNextLinkCursor: hand2
-
- ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
- *saveNextNonlinkCursor: crosshair
-
- ! How quickly (in seconds) the status messages should update.
- *progressInterval: 1
-
- ! How quickly (in milliseconds) the run light and/or logo should animate.
- *busyBlinkRate: 500
- *animRate: 166
-
- ! How often (in seconds) the global history, bookmarks, and disk cache
- ! files should be updated.
- *saveHistoryInterval: 600
-
- ! How many pixels of motion must occur before a mouse-release is interpreted
- ! as a "drag" rather than a "click."
- *hysteresis: 3
-
- ! These resources control whether Netscape should redirect its stdout and
- ! stderr streams to a dialog box, so that diagnostics reported by other
- ! programs launched by Netscape (for example, external viewers specified in
- ! a mailcap file) will be reported to the user through a dialog box,
- ! instead of simply showing up on the stdout/stderr of the controlling
- ! terminal of Netscape (which in many cases won't even be visible.)
- !
- ! If you have a external viewer which produces an annoying amount of output
- ! even when it has nothing interesting to say, you can shut it up by
- ! redirecting its output to stderr; for example, to do this to mpeg_play,
- ! you could add the following to your .mailcap file:
- !
- ! video/mpeg; mpeg_play %s 2>&-
- !
- ! Normally, Netscape captures both the stdout and stderr into the dialog box.
- ! If you find a need to let one or both of them continue on to the actual
- ! terminal of Netscape, you can do it by setting these resources to False.
- !
- *useStderrDialog: True
- *useStdoutDialog: True
-
- ! For those MIME content-encodings which are not directly understood
- ! internally, it is possible to specify another Unix program to use as
- ! a filter here.
- !
- ! Each line in the encodingFilters resource consists of four fields,
- ! separated by colons and optional whitespace:
- !
- ! <input-encoding> : <output-encoding> : <extensions> : <filter-command>
- !
- ! input-encoding: The MIME encoding from the Content-Transfer-Encoding header.
- ! (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
- ! PRINTABLE are built-in; no need to specify those.)
- !
- ! output-encoding: The encoding that results from this transformation.
- ! Leaving this empty is usually appropriate.
- !
- ! extensions: A comma-separated list of the extensions typically used for
- ! files in this encoding; if a document ends in one of these
- ! extensions, then when that document is saved to disk, the
- ! extension will be stripped off of the default file name
- ! (since documents are decoded before they are saved, and the
- ! extension would no longer accurately describe the file.)
- !
- ! filter-command: A shell command which reads from stdin and writes to stdout
- ! which does the actual decoding.
- !
- *encodingFilters: \
- x-compress : : .Z : uncompress -c \n\
- x-gzip : : .z,.gz : gzip -cdq \n
-
-
- ! Too many servers have bugs in the implementation of window gravity for
- ! us to rely on it. Scrolling of large forms is *significantly* faster
- ! if we are able to make use of window gravity, but on many X servers, it
- ! results in form items being scattered randomly all over the document.
- ! Legal values for this resource are Yes, No, Partial, and Guess. If
- ! "Guess", we run some tests and try to decide whether the X server is
- ! broken or partially broken.
- !
- ! If you find yourself needing to use a value here other than Guess,
- ! please tell us, so that we can make it guess correctly in the future.
- !
- *windowGravityWorks: Guess
-
-
- ! Colors
- !
- ! This resource controls the foreground text color of unfollowed links
- ! (links which have not yet been visited.)
- !
- *linkForeground: #0000EE
-
- ! This resource controls the foreground text color of followed links
- ! (links which have already been visited.)
- !
- *vlinkForeground: #551A8B
-
- ! This resource controls the foreground text color of activated links
- ! (links which are in the process of being clicked upon.)
- !
- *alinkForeground: #FF0000
-
- ! These resources control the foreground and background colors of text
- ! which has been selected with the mouse.
- !
- *selectForeground: #000000
- *selectBackground: #FFFFCC
-
- ! These resources control the foreground and background colors of normal text.
- !
- *defaultForeground: #000000
- *defaultBackground: #C0C0C0
-
- ! This resource may be used to specify a default background image. It should
- ! be a file name or URL pointing to a GIF, JPEG, or XBM image. If it is blank,
- ! then the default background color will be used instead.
- !
- *defaultBackgroundImage:
-
- ! Normally, the user-specified colors and backgrounds will only be used when
- ! viewing documents which did not specify their own colors and backgrounds.
- ! If this resource is set to False, then the user-specified colors and
- ! backgrounds will always be used, regardless of the options specified in
- ! the document itself.
- !
- *documentColorsHavePriority: True
-
-
- ! Geometry
- !
- ! Here's how you set the default sizes and positions of the Netscape windows:
- !
- ! For the web browser window: Netscape.Navigator.geometry: =500x700+100-0
- ! For the mail reader: Netscape.Mail.geometry: =500x800+200-0
- ! For the news reader: Netscape.News.geometry: =500x800+300-0
- ! For the mail editor: Netscape.Composition.geometry: =400x600
- ! For the bookmarks window: Netscape.Bookmarks.geometry: =300x900-0-0
- ! For the address book window: Netscape.AddressBook.geometry: =300x900-300-0
- ! For the download windows: Netscape.Download.geometry: =500x200-0-0
- !
- ! In previous versions of Netscape, we suggested setting the geometry on the
- ! TopLevelShell class; don't do that any more. It will affect *all* of the
- ! top-level Netscape windows, including bookmarks and message composition and
- ! so on, which is probably not what you want.
- !
- ! To set the sizes of the panes and columns in the mail and news windows,
- ! change them to the layout you like, and then select "Options/Save Options".
- ! (To change the fonts in the message lists, search below for the resource
- ! that begins with "XmLGrid*fontList".)
-
-
-
- ! Translations
- !
- ! Many of these translations are duplicated on both "Meta" and "Alt", since
- ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
- ! Sun in their infinite wisdom furthers this confusing lossage by both having
- ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
- ! Alt generate *META* (the Diamond keys generate Alt.) All praise Sun!
- ! All praise the X keyboard model!
- !
- ! And because of the need to do this, we have to do all of the keyboard
- ! equivalents with "translations" instead of "accelerators", since a menu
- ! item can only have one accelerator, and in order to make both Meta and Alt
- ! work we need to give them each two. All praise Motif!
-
-
- ! Keybindings in the main window which correspond to menu items.
- ! These are installed on every widget which is a child of our Shell,
- ! and are not installed on popups/transients.
- !
- *globalTranslations: #override \n\
- \
- Meta Ctrl<Key>A: addBookmark() \n\
- ~Alt Ctrl<Key>A: addBookmark() \n\
- Meta Ctrl<Key>B: viewBookmark() \n\
- ~Alt Ctrl<Key>B: viewBookmark() \n\
- Meta Ctrl<Key>C: copy() \n\
- ~Alt Ctrl<Key>C: copy() \n\
- Meta Ctrl<Key>D: undefined-key() \n\
- ~Alt Ctrl<Key>D: undefined-key() \n\
- Meta Ctrl<Key>E: undefined-key() \n\
- ~Alt Ctrl<Key>E: undefined-key() \n\
- Meta Ctrl<Key>F: find() \n\
- ~Alt Ctrl<Key>F: find() \n\
- Meta Ctrl<Key>G: findAgain() \n\
- ~Alt Ctrl<Key>G: findAgain() \n\
- Meta Ctrl<Key>H: history() \n\
- ~Alt Ctrl<Key>H: history() \n\
- Meta Ctrl<Key>I: loadImages() \n\
- ~Alt Ctrl<Key>I: loadImages() \n\
- Meta Ctrl<Key>J: undefined-key() \n\
- ~Alt Ctrl<Key>J: undefined-key() \n\
- Meta Ctrl<Key>K: undefined-key() \n\
- ~Alt Ctrl<Key>K: undefined-key() \n\
- Meta Ctrl<Key>L: openURL() \n\
- ~Alt Ctrl<Key>L: openURL() \n\
- Meta Ctrl<Key>M: mailNew() \n\
- ~Alt Ctrl<Key>M: mailNew() \n\
- Meta Ctrl<Key>N: new() \n\
- ~Alt Ctrl<Key>N: new() \n\
- Meta Ctrl<Key>O: openFile() \n\
- ~Alt Ctrl<Key>O: openFile() \n\
- Meta Ctrl<Key>P: print() \n\
- ~Alt Ctrl<Key>P: print() \n\
- Meta Ctrl<Key>Q: exit() \n\
- ~Alt Ctrl<Key>Q: exit() \n\
- Meta Ctrl<Key>R: reload() \n\
- ~Alt Ctrl<Key>R: reload() \n\
- Meta Ctrl<Key>S: saveAs() \n\
- ~Alt Ctrl<Key>S: saveAs() \n\
- Meta Ctrl<Key>U: undefined-key() \n\
- ~Alt Ctrl<Key>U: undefined-key() \n\
- Meta Ctrl<Key>V: paste() \n\
- ~Alt Ctrl<Key>V: paste() \n\
- Meta Ctrl<Key>W: delete() \n\
- ~Alt Ctrl<Key>W: delete() \n\
- Meta Ctrl<Key>X: cut() \n\
- ~Alt Ctrl<Key>X: cut() \n\
- Meta Ctrl<Key>Y: undefined-key() \n\
- ~Alt Ctrl<Key>Y: undefined-key() \n\
- Meta Ctrl<Key>Z: undo() \n\
- ~Alt Ctrl<Key>Z: undo() \n\
- \
- Meta Ctrl<Key>1: historyItem(1) \n\
- ~Alt Ctrl<Key>1: historyItem(1) \n\
- Meta Ctrl<Key>2: historyItem(2) \n\
- ~Alt Ctrl<Key>2: historyItem(2) \n\
- Meta Ctrl<Key>3: historyItem(3) \n\
- ~Alt Ctrl<Key>3: historyItem(3) \n\
- Meta Ctrl<Key>4: historyItem(4) \n\
- ~Alt Ctrl<Key>4: historyItem(4) \n\
- Meta Ctrl<Key>5: historyItem(5) \n\
- ~Alt Ctrl<Key>5: historyItem(5) \n\
- Meta Ctrl<Key>6: historyItem(6) \n\
- ~Alt Ctrl<Key>6: historyItem(6) \n\
- Meta Ctrl<Key>7: historyItem(7) \n\
- ~Alt Ctrl<Key>7: historyItem(7) \n\
- Meta Ctrl<Key>8: historyItem(8) \n\
- ~Alt Ctrl<Key>8: historyItem(8) \n\
- Meta Ctrl<Key>9: historyItem(9) \n\
- ~Alt Ctrl<Key>9: historyItem(9) \n\
- \
- Meta Ctrl<Key>osfLeft: back() \n\
- ~Alt Ctrl<Key>osfLeft: back() \n\
- Meta Ctrl<Key>osfRight: forward() \n\
- ~Alt Ctrl<Key>osfRight: forward() \n\
- <Key>osfCancel: abort() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n
-
- ! These keysyms are apparently an R6ism.
- ! ~Meta ~Alt ~Ctrl<Key>KP_Prior: PageUp() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Next: PageDown() \n\
-
-
- ! Translations in the Mail & News window.
- ! Things here override the global translations (which are loaded first.)
- ! This changes:
- ! Ctrl+A from "Add Bookmark" to "Select All"
- ! Ctrl+H from "View History" to "Deliver Queued Message"
- ! Ctrl+L from "Open URL" to "Forward Message"
- ! Ctrl+R from "Reload" to "Reply to Sender"
- ! Ctrl+O from "Open File" to undefined
- ! Ctrl+S from "Save As" to undefined
- !
- ! This adds:
- ! Ctrl+Shift+A for "Select Thread"
- ! Ctrl+T for "Get New Mail"
- ! Ctrl+K for "Compress Folder"
- ! Ctrl+Shift+R for "Reply to All"
- ! Ctrl+D for "Delete Message"
- ! Ctrl+E for "Redo"
- !
- ! Arrow keys scroll the message. Ctrl arrow keys select previous/next.
- ! Ctrl+Shift arrow keys select previous/next unread.
- !
- *mailnewsGlobalTranslations: #override \
- <Btn3Down>: mailNewsPopup() \n\
- Meta Ctrl ~Shift <Key>a: selectAll() \n\
- ~Alt Ctrl ~Shift <Key>a: selectAll() \n\
- Meta Ctrl Shift <Key>a: selectThread() \n\
- ~Alt Ctrl Shift <Key>a: selectThread() \n\
- Meta Ctrl<Key>D: deleteMessage() \n\
- ~Alt Ctrl<Key>D: deleteMessage() \n\
- Meta Ctrl<Key>E: redo() \n\
- ~Alt Ctrl<Key>E: redo() \n\
- Meta Ctrl<Key>H: deliverQueuedMessages() \n\
- ~Alt Ctrl<Key>H: deliverQueuedMessages() \n\
- Meta Ctrl<Key>K: compressFolder() \n\
- ~Alt Ctrl<Key>K: compressFolder() \n\
- Meta Ctrl<Key>L: forwardMessage() \n\
- ~Alt Ctrl<Key>L: forwardMessage() \n\
- Meta Ctrl<Key>O: openFolder() \n\
- ~Alt Ctrl<Key>O: openFolder() \n\
- Meta Ctrl ~Shift <Key>r: reply() \n\
- ~Alt Ctrl ~Shift <Key>r: reply() \n\
- Meta Ctrl Shift <Key>r: replyAll() \n\
- ~Alt Ctrl Shift <Key>r: replyAll() \n\
- Meta Ctrl<Key>S: saveMessageAs() \n\
- ~Alt Ctrl<Key>S: saveMessageAs() \n\
- Meta Ctrl<Key>T: getNewMail() \n\
- ~Alt Ctrl<Key>T: getNewMail() \n\
- \
- Meta Ctrl ~Shift <Key>Up: selectPreviousMessage() \n\
- ~Alt Ctrl ~Shift <Key>Up: selectPreviousMessage() \n\
- Meta Ctrl ~Shift <Key>osfUp: selectPreviousMessage() \n\
- ~Alt Ctrl ~Shift <Key>osfUp: selectPreviousMessage() \n\
- Meta Ctrl ~Shift <Key>Down: selectNextMessage() \n\
- ~Alt Ctrl ~Shift <Key>Down: selectNextMessage() \n\
- Meta Ctrl ~Shift <Key>osfDown: selectNextMessage() \n\
- ~Alt Ctrl ~Shift <Key>osfDown: selectNextMessage() \n\
- \
- Meta Ctrl Shift <Key>Up: selectPreviousUnreadMessage() \n\
- ~Alt Ctrl Shift <Key>Up: selectPreviousUnreadMessage() \n\
- Meta Ctrl Shift <Key>osfUp: selectPreviousUnreadMessage() \n\
- ~Alt Ctrl Shift <Key>osfUp: selectPreviousUnreadMessage() \n\
- Meta Ctrl Shift <Key>Down: selectNextUnreadMessage() \n\
- ~Alt Ctrl Shift <Key>Down: selectNextUnreadMessage() \n\
- Meta Ctrl Shift <Key>osfDown: selectNextUnreadMessage() \n\
- ~Alt Ctrl Shift <Key>osfDown: selectNextUnreadMessage() \n\
- \
- Meta Ctrl<Key>1: undefined-key() \n\
- ~Alt Ctrl<Key>1: undefined-key() \n\
- Meta Ctrl<Key>2: undefined-key() \n\
- ~Alt Ctrl<Key>2: undefined-key() \n\
- Meta Ctrl<Key>3: undefined-key() \n\
- ~Alt Ctrl<Key>3: undefined-key() \n\
- Meta Ctrl<Key>4: undefined-key() \n\
- ~Alt Ctrl<Key>4: undefined-key() \n\
- Meta Ctrl<Key>5: undefined-key() \n\
- ~Alt Ctrl<Key>5: undefined-key() \n\
- Meta Ctrl<Key>6: undefined-key() \n\
- ~Alt Ctrl<Key>6: undefined-key() \n\
- Meta Ctrl<Key>7: undefined-key() \n\
- ~Alt Ctrl<Key>7: undefined-key() \n\
- Meta Ctrl<Key>8: undefined-key() \n\
- ~Alt Ctrl<Key>8: undefined-key() \n\
- Meta Ctrl<Key>9: undefined-key() \n\
- ~Alt Ctrl<Key>9: undefined-key() \n
-
-
- ! Translations in the MailCompose window.
- ! These are used instead of globalTranslations.
- !
- *mailcomposeGlobalTranslations: #override \
- \
- Meta Ctrl<Key>B: viewBookmark() \n\
- ~Alt Ctrl<Key>B: viewBookmark() \n\
- Meta Ctrl<Key>C: copy() \n\
- ~Alt Ctrl<Key>C: copy() \n\
- Meta Ctrl<Key>Return: sendMail() \n\
- ~Alt Ctrl<Key>Return: sendMail() \n\
- Meta Ctrl<Key>V: paste() \n\
- ~Alt Ctrl<Key>V: paste() \n\
- Meta Ctrl<Key>W: delete() \n\
- ~Alt Ctrl<Key>W: delete() \n\
- Meta Ctrl<Key>X: cut() \n\
- ~Alt Ctrl<Key>X: cut() \n\
- Meta Ctrl<Key>Z: undo() \n\
- ~Alt Ctrl<Key>Z: undo() \n
-
-
- ! Translations in the Bookmarks and Adderssbook window.
- ! These translations are used instead of globalTranslations.
- ! None of the key *semantics* of globalTranslations are changed here,
- ! only the actions bound. (And inapplicable actions are not present.)
- !
- *bmGlobalTranslations: #override \
- <Btn3Down>: BookmarkPopup() \n\
- Meta Ctrl<Key>C: bmcopy() \n\
- ~Alt Ctrl<Key>C: bmcopy() \n\
- Meta Ctrl<Key>D: bmdeleteItem() \n\
- ~Alt Ctrl<Key>D: bmdeleteItem() \n\
- Meta Ctrl<Key>E: bmredo() \n\
- ~Alt Ctrl<Key>E: bmredo() \n\
- Meta Ctrl<Key>F: bmfind() \n\
- ~Alt Ctrl<Key>F: bmfind() \n\
- Meta Ctrl<Key>G: bmfindAgain() \n\
- ~Alt Ctrl<Key>G: bmfindAgain() \n\
- Meta Ctrl<Key>M: bmmailMessage() \n\
- ~Alt Ctrl<Key>M: bmmailMessage() \n\
- Meta Ctrl<Key>S: bmsaveAs() \n\
- ~Alt Ctrl<Key>S: bmsaveAs() \n\
- Meta Ctrl<Key>V: bmpaste() \n\
- ~Alt Ctrl<Key>V: bmpaste() \n\
- Meta Ctrl<Key>W: bmclose() \n\
- ~Alt Ctrl<Key>W: bmclose() \n\
- Meta Ctrl<Key>X: bmcut() \n\
- ~Alt Ctrl<Key>X: bmcut() \n\
- Meta Ctrl<Key>Z: bmundo() \n\
- ~Alt Ctrl<Key>Z: bmundo() \n
- !
- ! Translations for document source window
- *dialogGlobalTranslations: #override \n\
- \
- Meta Ctrl<Key>W: delete() \n\
- ~Alt Ctrl<Key>W: delete() \n
-
-
-
- ! Mouse bindings in the HTML display area.
- !
- *drawingArea.translations: #replace \
- <Btn1Down>: ArmLink() \n\
- <Btn2Down>: ArmLink() \n\
- ~Shift<Btn1Up>: ActivateLink() \
- DisarmLink() \n\
- ~Shift<Btn2Up>: ActivateLink(new-window) \
- DisarmLink() \n\
- Shift<Btn1Up>: ActivateLink(save-only) \
- DisarmLink() \n\
- Shift<Btn2Up>: ActivateLink(save-only) \
- DisarmLink() \n\
- <Btn1Motion>: DisarmLinkIfMoved() \n\
- <Btn2Motion>: DisarmLinkIfMoved() \n\
- <Btn3Motion>: DisarmLinkIfMoved() \n\
- <Motion>: DescribeLink() \n\
- <Btn3Down>: CommandMenu() \n
-
-
- ! Some basic emacs-like bindings for text fields.
- !
- ! "editingTranslations" are merged into all XmText and XmTextField widgets.
- ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
- ! are merged in, depending on whether it is an XmText or XmTextField widget.
- ! These resources are merged in after "globalTranslations", so it is possible
- ! for them to override the menu accelerators.
- !
- ! Problems:
- ! = I don't understand why the "Ctrl<Key>g" binding does nothing.
- ! = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
- ! = This doesn't quite do active regions right, in that C-SPC M-f doesn't
- ! leave the word highlighted (though it does leave a region set.)
- ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
- !
- ! NOTE: if you're looking here because BackSpace and Delete aren't
- ! working the way you think they should, then you need to run
- ! xmodmap or xkeycaps to fix your keyboard, or mess read the man
- ! page forVirualBindings(1). For details, see the Netscape FAQ
- ! (available from the Help menu.)
- !
- *editingTranslations: #override \n\
- ~Meta ~Alt Ctrl<Key>a: beginning-of-line() \n\
- ~Meta ~Alt Shift Ctrl<Key>a: beginning-of-line(extend) \n\
- ~Meta ~Alt ~Shift Ctrl<Key>b: backward-character() \n\
- ~Meta ~Alt Shift Ctrl<Key>b: backward-character(extend) \n\
- ~Meta ~Alt Ctrl<Key>d: delete-next-character() \n\
- ~Meta ~Alt ~Shift Ctrl<Key>e: end-of-line() \n\
- ~Meta ~Alt Shift Ctrl<Key>e: end-of-line(extend) \n\
- ~Meta ~Alt ~Shift Ctrl<Key>f: forward-character() \n\
- ~Meta ~Alt Shift Ctrl<Key>f: forward-character(extend) \n\
- ~Meta ~Alt Ctrl<Key>g: process-cancel() \n\
- ~Meta ~Alt Ctrl<Key>h: delete-previous-character() \n\
- ~Meta ~Alt Ctrl<Key>space: set-anchor() \n\
- ~Meta ~Alt Ctrl<Key>2: set-anchor() \n\
- ~Meta ~Alt Ctrl<Key>@: set-anchor() \n\
- \
- Meta Ctrl ~Shift<Key>b: backward-word() \n\
- ~Alt Ctrl ~Shift<Key>b: backward-word() \n\
- Meta Ctrl Shift<Key>b: backward-word(extend) \n\
- ~Alt Ctrl Shift<Key>b: backward-word(extend) \n\
- Meta Ctrl ~Shift<Key>f: forward-word() \n\
- ~Alt Ctrl ~Shift<Key>f: forward-word() \n\
- Meta Ctrl Shift<Key>f: forward-word(extend) \n\
- ~Alt Ctrl Shift<Key>f: forward-word(extend) \n\
- Meta Ctrl <Key>w: copy-clipboard() \n\
- ~Alt Ctrl <Key>w: copy-clipboard() \n\
- Meta Ctrl ~Shift<Key>osfLeft: backward-word() \n\
- ~Alt Ctrl ~Shift<Key>osfLeft: backward-word() \n\
- Meta Ctrl Shift<Key>osfLeft: backward-word(extend) \n\
- ~Alt Ctrl Shift<Key>osfLeft: backward-word(extend) \n\
- Meta Ctrl ~Shift<Key>osfRight:forward-word() \n\
- ~Alt Ctrl ~Shift<Key>osfRight:forward-word() \n\
- Meta Ctrl Shift<Key>osfRight:forward-word(extend) \n\
- ~Alt Ctrl Shift<Key>osfRight:forward-word(extend) \n
-
- ! Translations that apply only to single-line fields; see above.
- !
- ! Ctrl-U clears the current line only in single-line fields. Unix
- ! command-line weenies expect this, even though everyone knows Ctrl-U
- ! should mean "prefix argument".
- !
- ! In single-line fields, the various killing commands are really deletion
- ! commands instead (that is, they don't affect the Clipboard and are not
- ! undoable with Ctrl-y) because the XmTextField widget does not provide
- ! kill commands -- only the XmText widget does. (What the hell is up with
- ! that...) Maybe we could get around this by never using XmTextField, and
- ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
- ! have other unexpected effects...
- !
- ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
- ! but that doesn't work, because forward-word takes the whitespace after the
- ! word as well, instead of stopping before the whitespace.
- !
- ! Similarly, Ctrl-k can't be implemented with
- ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
- ! because that has the side effect of (temporarily) owning the selection,
- ! which would make it impossible to: select text in another application;
- ! type C-k at Netscape; Click middle to paste. The paste would be impossible
- ! because C-k would have cleared the selection.
- !
- *singleLineEditingTranslations: #override \n\
- ~Meta ~Alt Ctrl<Key>u: beginning-of-line() \
- delete-to-end-of-line() \n\
- ~Meta ~Alt Ctrl<Key>k: delete-to-end-of-line() \n\
- ~Meta ~Alt Ctrl<Key>l: refresh() \n\
- ~Meta ~Alt Ctrl<Key>w: key-select() \
- delete-selection() \n\
- ~Meta ~Alt Ctrl<Key>y: paste-clipboard() \n\
- Meta Ctrl <Key>d: delete-next-word() \n\
- ~Alt Ctrl <Key>d: delete-next-word() \n\
- Meta Ctrl<Key>osfBackSpace: delete-previous-word() \n\
- ~Alt Ctrl<Key>osfBackSpace: delete-previous-word() \n\
- Meta Ctrl<Key>osfDelete: delete-next-word() \n\
- ~Alt Ctrl<Key>osfDelete: delete-next-word() \n
-
- ! Translations that apply only to multi-line fields; see above.
- ! Most of these are here because they are commands that only apply when
- ! the text area has multiple lines in it, but see above comment about
- ! "kill" commands versus "delete" commands.
- !
- *multiLineEditingTranslations: #override \n\
- ~Meta ~Alt Ctrl<Key>k: kill-to-end-of-line() \n\
- ~Meta ~Alt Ctrl<Key>w: key-select() kill-selection() \n\
- ~Meta ~Alt Ctrl<Key>y: unkill() \n\
- Meta Ctrl <Key>d: kill-next-word() \n\
- ~Alt Ctrl <Key>d: kill-next-word() \n\
- ~Meta ~Alt Ctrl<Key>l: redraw-display() refresh() \n\
- Meta Ctrl<Key>osfBackSpace: kill-previous-word() \n\
- ~Alt Ctrl<Key>osfBackSpace: kill-previous-word() \n\
- Meta Ctrl<Key>osfDelete: kill-next-word() \n\
- ~Alt Ctrl<Key>osfDelete: kill-next-word() \n\
- \
- ~Meta ~Alt Ctrl<Key>j: newline-and-indent() \n\
- ~Meta ~Alt Ctrl<Key>o: newline-and-backup() \n\
- ~Meta ~Alt ~Shift Ctrl<Key>n: next-line() \n\
- ~Meta ~Alt Shift Ctrl<Key>n: next-line(extend) \n\
- ~Meta ~Alt ~Shift Ctrl<Key>p: previous-line() \n\
- ~Meta ~Alt Shift Ctrl<Key>p: previous-line(extend) \n\
- ~Meta ~Alt ~Shift Ctrl<Key>v: next-page() \n\
- ~Meta ~Alt Shift Ctrl<Key>v: next-page(extend) \n\
- Meta Ctrl ~Shift<Key>v: previous-page() \n\
- ~Alt Ctrl ~Shift<Key>v: previous-page() \n\
- Meta Ctrl Shift<Key>v: previous-page(extend) \n\
- ~Alt Ctrl Shift<Key>v: previous-page(extend) \n\
- ~Alt Ctrl ~Shift<Key>[: backward-paragraph() \n\
- Meta Ctrl ~Shift<Key>[: backward-paragraph() \n\
- ~Alt Ctrl Shift<Key>[: backward-paragraph(extend) \n\
- Meta Ctrl Shift<Key>[: backward-paragraph(extend) \n\
- ~Alt Ctrl ~Shift<Key>]: forward-paragraph() \n\
- Meta Ctrl ~Shift<Key>]: forward-paragraph() \n\
- ~Alt Ctrl Shift<Key>]: forward-paragraph(extend) \n\
- Meta Ctrl Shift<Key>[: forward-paragraph(extend) \n\
- ~Alt Ctrl <Key><: set-anchor() \
- beginning-of-file() \n\
- Meta Ctrl <Key><: set-anchor() \
- beginning-of-file() \n\
- ~Alt Ctrl <Key>>: set-anchor() \
- end-of-file() \n\
- Meta Ctrl <Key>>: set-anchor() \
- end-of-file() \n\
- ~Alt Ctrl <Key><: set-anchor() \
- beginning-of-file(extend) \n\
- ~Meta Ctrl <Key><: set-anchor() \
- beginning-of-file(extend) \n\
- ~Alt Ctrl <Key>>: set-anchor() \
- end-of-file(extend) \n\
- ~Meta Ctrl <Key>>: set-anchor() \
- end-of-file(extend) \n
-
- ! Since these get merged in first, all the other bindings override them.
- ! This is just so that undefined non-self-inserting keys beep.
- ! (Except that this doesn't really work that well, so nevermind.)
- !*XmText.translations: #override \
- ! Ctrl <Key>: undefined-key() \n\
- ! Meta <Key>: undefined-key() \n\
- ! Alt <Key>: undefined-key() \n
- !*XmTextField.translations: #override \
- ! Ctrl <Key>: undefined-key() \n\
- ! Meta <Key>: undefined-key() \n\
- ! Alt <Key>: undefined-key() \n
-
-
- ! We merge these translations into all text fields which are not the
- ! bottommost text field in a dialog box (transient popup.) This is so that
- ! hitting `return' in a text field will select the next text field if there
- ! is one, and will select the "OK" button if there are no more.
- !
- *nonterminalTextTranslations: #override \n\
- <Key>Return: next-tab-group() \n\
- <Key>Linefeed: next-tab-group() \n
-
- ! This is used for self-submitting text fields in HTML forms (not popups.)
- ! We don't need to store these in to dialog box text fields, since in that
- ! case we are able to simply avoid storing in the above ones, but we don't
- ! know that until too late with forms.
- *terminalTextTranslations: #override \n\
- <Key>Return: activate() \n\
- <Key>Linefeed: activate() \n
-
-
- ! These translations are installed on every TextField widget in the main tree,
- ! but *not* on text fields in dialogs, or in the mail composition window
- ! (that's the difference between this and singleLineEditingTranslations.)
- *globalTextFieldTranslations: #override \n\
- ~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
- ~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n
-
- ! These keysyms are apparently an R6ism.
- ! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
-
-
- ! We install these on every widget in the main tree (but not popups) that isn't
- ! a Text or TextField. These, basically, are motion commands that ought to
- ! apply to the HTML display area unless some text field has focus, in which
- ! case they ought to apply to the text in that text field instead. Doesn't
- ! all this crap just make you want to hurl?
- *globalNonTextTranslations: #override \n\
- ~Meta ~Alt ~Ctrl<Key>space: PageDown() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>Delete: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>BackSpace: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
- ~Meta ~Alt ~Ctrl<Key>Left: ColumnLeft() \n\
- ~Meta ~Alt ~Ctrl<Key>Right: ColumnRight() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>osfDelete: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp() \n\
- Meta Ctrl<Key>f: fishcam() \n\
- Alt Ctrl<Key>f: fishcam() \n\
- Meta Ctrl<Key>t: net_showstatus() \n\
- Alt Ctrl<Key>t: net_showstatus() \n\
- ~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n\
- ~Meta ~Alt ~Ctrl<Key>osfLeft: ColumnLeft() \n\
- ~Meta ~Alt ~Ctrl<Key>osfRight: ColumnRight() \n\
- \
- ~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
- ~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n
-
- ! These keysyms are apparently an R6ism.
- ! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Left: ColumnLeft() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Right: ColumnRight() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Prior: PageUp() \n\
- ! ~Meta ~Alt ~Ctrl<Key>KP_Next: PageDown() \n\
-
-
-
- !=============================================================================
-
-
- ! About Translations, Actions, and "-remote" commands:
- !
- ! You can control a running Netscape process externally; you do this by
- ! issuing a command like " -remote openURL(http://xxx)".
- ! When Netscape is invoked with the -remote argument, it does not open
- ! window, but instead connects to and controls an already-existing process.
- ! This is done using X properties, so the two Netscape processes need not
- ! be running on the same machine, and need not share a file system.
- !
- ! All of Netscape's action names are the same as its resource names; so, for
- ! example, if you wanted to know the name of the action that corresponds to
- ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
- ! and see that the resource that is set to that string is "addBookmark" -
- ! that's the name of the Action as well.
- !
- ! You can use Actions in Translation tables in the usual Xt-ish way, but you
- ! can also invoke them directly via " -remote", like this:
- !
- ! -remote 'addBookmark()'
- !
- ! That will cause the existing Netscape process to add its current URL to
- ! the bookmarks, just as if you had selected that menu item.
- !
- ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
- ! for more information.
-
-
- !=============================================================================
- !
- ! There's really nothing after this point you should be messing with.
- !
- !=============================================================================
-
-
- ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
- ! contexts where it has no business being involved at all. Let's try
- ! disabling it globally and see if that helps.
- Netscape*dragInitiatorProtocolStyle: XmDRAG_NONE
- Netscape*dragReceiverProtocolStyle: XmDRAG_NONE
-
-
- ! Labels
- !
- *Help.sensitive: False
-
- *urlLabel.alignment: ALIGNMENT_END
- *urlLabel.recomputeSize: False
- *urlLabel.netsiteLabelString: Location:
- *urlLabel.uneditedLabelString: Location:
- *urlLabel.editedLabelString: Go To:
- ! this must be the longer of the two...
- *urlLabel.labelString: Location:
-
- !=============================================================================
-
- *menuBar.file.mnemonic: F
- *menuBar.edit.mnemonic: E
- *menuBar.view.mnemonic: V
- *menuBar.go.mnemonic: G
- *menuBar.bookmark.mnemonic: B
- *menuBar.options.mnemonic: O
- *menuBar.directory.mnemonic: D
- *menuBar.help.mnemonic: H
- *menuBar.windows.mnemonic: W
-
- !=============================================================================
- *menuBar.file.labelString: File
-
- *menuBar*openBrowser.labelString: New Web Browser
- *menuBar*openBrowser.mnemonic: B
- *menuBar*openBrowser.acceleratorText: Ctrl+N
-
- *menuBar*openURL.labelString: Open Location...
- *menuBar*openURL.mnemonic: L
- *menuBar*openURL.acceleratorText: Ctrl+L
-
- *menuBar*openFile.labelString: Open File...
- *menuBar*openFile.mnemonic: O
- *menuBar*openFile.acceleratorText: Ctrl+O
-
- *menuBar*saveAs.labelString: Save As...
- *menuBar*saveAs.mnemonic: A
- *menuBar*saveAs.acceleratorText: Ctrl+S
-
- *menuBar*uploadFile.labelString: Upload File...
- *menuBar*uploadFile.mnemonic: U
- ! no accelerator
-
- *menuBar*saveLinksAs.labelString: Save Next Link As...
- *menuBar*saveLinksAs.mnemonic: A
- ! accelerator is magic
- *menuBar*saveLinksAs.acceleratorText: Shift+Click
-
- *menuBar*mailNew.labelString: New Mail Message
- *menuBar*mailNew.mnemonic: M
- *menuBar*mailNew.acceleratorText: Ctrl+M
-
- *menuBar*mailto.labelString: Mail Document
- *menuBar*mailto.mnemonic: D
-
- *menuBar*docInfo.labelString: Document Info
- *menuBar*docInfo.mnemonic: n
- ! no accelerator
-
- *menuBar*javaInfo.labelString: Java Info
- *menuBar*javaInfo.mnemonic: J
-
- *menuBar*openMail.labelString: Netscape Mail
- *menuBar*openMail.mnemonic: M
- ! no accelerator
-
- *menuBar*openNews.labelString: Netscape News
- *menuBar*openNews.mnemonic: N
- ! no accelerator
-
- *menuBar*printSetup.labelString: Print Setup...
- *menuBar*printSetup.mnemonic: r
- ! no accelerator
-
- *menuBar*print.labelString: Print...
- *menuBar*print.mnemonic: P
- *menuBar*print.acceleratorText: Ctrl+P
-
- *menuBar*delete.labelString: Close
- *menuBar*delete.mnemonic: C
- *menuBar*delete.acceleratorText: Ctrl+W
-
- *menuBar*whatsChanged.labelString: What's New?
- !no accelerator
-
- *menuBar*import.labelString: Import...
- *menuBar*import.mnemonic: I
-
- *menuBar*quit.labelString: Exit
- *menuBar*quit.mnemonic: x
- *menuBar*quit.acceleratorText: Ctrl+Q
-
- *menuBar*windows.labelString: Window
- ! no accelerator
-
- !*menuBar*openFolder.labelString: Open Folder...
- !*menuBar*openNewsHost.labelString: Open News Host...
- !*menuBar*save.labelString: Save
- !*menuBar*saveMessageAs.labelString: Save Message(s) As...
- !*menuBar*copyMessagesInto.labelString: Copy Messages Into
- !*menuBar*moveMessagesInto.labelString: Move Messages Into
- !*menuBar*messageInfo.labelString: Information...
-
-
- !=============================================================================
- *menuBar.edit.labelString: Edit
-
- *menuBar*undo.labelString: Undo
- *menuBar*undo.mnemonic: U
- *menuBar*undo.acceleratorText: Ctrl+Z
-
- *menuBar*redo.labelString: Redo
- *menuBar*redo.mnemonic: R
- *menuBar*redo.acceleratorText: Ctrl+E
-
- *menuBar*cut.labelString: Cut
- *menuBar*cut.mnemonic: t
- *menuBar*cut.acceleratorText: Ctrl+X
-
- *menuBar*copy.labelString: Copy
- *menuBar*copy.mnemonic: C
- *menuBar*copy.acceleratorText: Ctrl+C
-
- *menuBar*paste.labelString: Paste
- *menuBar*paste.mnemonic: P
- *menuBar*paste.acceleratorText: Ctrl+V
-
- *menuBar*find.labelString: Find...
- *menuBar*find.mnemonic: F
- *menuBar*find.acceleratorText: Ctrl+F
-
- *menuBar*findAgain.labelString: Find Again
- *menuBar*findAgain.mnemonic: g
- *menuBar*findAgain.acceleratorText: Ctrl+G
-
- *menuBar*deleteItem.labelString: Delete
- *menuBar*deleteItem.mnemonic: D
- *menuBar*deleteItem.acceleratorText: Ctrl+D
-
-
- !=============================================================================
- *menuBar.view.labelString: View
-
- *menuBar*reload.labelString: Reload
- *menuBar*reload.mnemonic: R
- *menuBar*reload.acceleratorText: Ctrl+R
- ! In news reply to sender uses this accelerator
- *News*menuBar*reload.acceleratorText:
-
- *menuBar*reloadFrame.labelString: Reload Frame
- *menuBar*reloadFrame.mnemonic: l
-
- *menuBar*loadImages.labelString: Load Images
- *menuBar*loadImages.mnemonic: I
- *menuBar*loadImages.acceleratorText: Ctrl+I
-
- *menuBar*refresh.labelString: Refresh
- *menuBar*refresh.mnemonic: f
- ! no accelerator
-
- *menuBar*source.labelString: Document Source
- *menuBar*source.mnemonic: S
- ! no accelerator
-
- *menuBar*attachmentsInline.mnemonic: A
- ! no accelerator
-
- *menuBar*attachmentsAsLinks.mnemonic: L
- ! no accelerator
-
- !*menuBar*viewAllGroups.labelString: Show All Newsgroups
- !*menuBar*checkNewGroups.labelString: Check for New Groups
- !*menuBar*rot13.labelString: Rot 13
-
-
- !=============================================================================
- *menuBar.message.labelString: Message
- *menuBar.message.mnemonic: M
-
- !*menuBar*deleteMessage.labelString: Delete Message
- *menuBar*deleteMessage.mnemonic: D
- *menuBar*deleteMessage.acceleratorText: Ctrl+D
-
-
- !=============================================================================
- *menuBar.go.labelString: Go
-
- *menuBar*back.labelString: Back
- *menuBar*back.mnemonic: B
- *menuBar*back.acceleratorText: Ctrl+Left
-
- *menuBar*forward.labelString: Forward
- *menuBar*forward.mnemonic: F
- *menuBar*forward.acceleratorText: Ctrl+Right
-
- *menuBar*home.labelString: Home
- *menuBar*home.mnemonic: H
- ! no accelerator
-
- *menuBar*abort.labelString: Stop Loading
- *menuBar*abort.mnemonic: S
- *menuBar*abort.acceleratorText: ESC
-
- *menuBar*viewHistory.labelString: History
- *menuBar*viewHistory.mnemonic: H
- ! This only has this accelerator in browser windows
- *Navigator*menuBar*viewHistory.acceleratorText: Ctrl+H
-
- *menuBar*historyItem1.acceleratorText: Ctrl+1
- *menuBar*historyItem2.acceleratorText: Ctrl+2
- *menuBar*historyItem3.acceleratorText: Ctrl+3
- *menuBar*historyItem4.acceleratorText: Ctrl+4
- *menuBar*historyItem5.acceleratorText: Ctrl+5
- *menuBar*historyItem6.acceleratorText: Ctrl+6
- *menuBar*historyItem7.acceleratorText: Ctrl+7
- *menuBar*historyItem8.acceleratorText: Ctrl+8
- *menuBar*historyItem9.acceleratorText: Ctrl+9
-
- *menuBar*historyTruncated.labelString: ( ...truncated... )
- *menuBar*historyTruncated.alignment: ALIGNMENT_CENTER
-
-
- !*menuBar*markThreadRead.labelString: Mark Thread Read
- !*menuBar*markAllRead.labelString: Mark All Messages Read
- !*menuBar*showAllMessages.labelString: Show All Messages
- !*menuBar*nextMessage.labelString: Select Next Message
- !*menuBar*previousMessage.labelString: Select Previous Message
- !*menuBar*firstUnreadMessage.labelString: Select First Unread Message
- !*menuBar*nextUnreadMessage.labelString: Select Next Unread Message
- !*menuBar*previousUnreadMessage.labelString: Select Previous Unread Message
-
-
- !=============================================================================
- *menuBar.sort.labelString: Sort
-
- !*menuBar*thread.labelString: Thread by References
- !*menuBar*sortReverse.labelString: Sort Backward
- !*menuBar*byDate.labelString: By Date
- !*menuBar*byMessageNumber.labelString: By Message Number
- !*menuBar*bySubject.labelString: By Subject
- !*menuBar*bySender.labelString: By Sender's Name
- !*menuBar*resort.labelString: Re-Sort
-
-
- !=============================================================================
- *menuBar.bookmark.labelString: Bookmarks
-
- *menuBar*addBookmark.labelString: Add Bookmark
- *menuBar*addBookmark.mnemonic: A
- *menuBar*addBookmark.acceleratorText: Ctrl+A
-
- *menuBar*viewBookmark.labelString: Bookmarks
- *menuBar*viewBookmark.mnemonic: k
- *menuBar*viewBookmark.acceleratorText: Ctrl+B
-
- *menuBar*gotoBookmarkHtml.labelString: Goto Bookmarks
- *menuBar*gotoBookmarkHtml.mnemonic: G
-
-
- !=============================================================================
- *menuBar.options.labelString: Options
-
- *menuBar*generalPrefs.labelString: General Preferences...
- *menuBar*generalPrefs.mnemonic: G
-
- *menuBar*mailNewsPrefs.labelString: Mail and News Preferences...
- *menuBar*mailNewsPrefs.mnemonic: M
-
- *menuBar*networkPrefs.labelString: Network Preferences...
- *menuBar*networkPrefs.mnemonic: N
-
- *menuBar*securityPrefs.labelString: Security Preferences...
- *menuBar*securityPrefs.mnemonic: S
-
- *menuBar*showToolbar.labelString: Show Toolbar
- *menuBar*showToolbar.mnemonic: T
-
- *menuBar*showURL.labelString: Show Location
- *menuBar*showURL.mnemonic: L
-
- *menuBar*showDirectoryButtons.labelString: Show Directory Buttons
- *menuBar*showDirectoryButtons.mnemonic: D
-
- *menuBar*showSecurityBar.labelString: Show Security Colorbar
- *menuBar*showSecurityBar.mnemonic: C
-
- *menuBar*showJavaConsole.labelString: Show Java Console
-
- *menuBar*autoLoadImages.labelString: Auto Load Images
- *menuBar*autoLoadImages.mnemonic: A
-
- *menuBar*fancyFTP.labelString: Show FTP File Information
- *menuBar*fancyFTP.mnemonic: F
-
- *menuBar*docEncoding.labelString: Language Encoding
- *menuBar*docEncoding.mnemonic: E
-
- *menuBar*saveOptions.labelString: Save Options
- *menuBar*saveOptions.mnemonic: O
-
- !*menuBar*showAllHeaders.labelString: Show All Headers
-
-
- !=============================================================================
- *menuBar*docEncMenu*indicatorType: ONE_OF_MANY
- *menuBar*latin1.labelString: Western (Latin-1)
- *menuBar*latin2.labelString: Central European (Latin-2)
- *menuBar*jaAuto.labelString: Japanese (Auto-Select)
- *menuBar*jaEUC.labelString: Japanese (EUC-JP)
- *menuBar*jaSJIS.labelString: Japanese (SJIS)
- *menuBar*2022kr.labelString: Korean (ISO-2022-KR)
- *menuBar*krEUC.labelString: Korean (EUC-KR)
- *menuBar*gbEUC.labelString: Chinese (EUC-CN)
- *menuBar*twEUC.labelString: Chinese (EUC-TW)
- *menuBar*twBig5.labelString: Chinese (Big5)
-
-
-
- !=============================================================================
- *menuBar.directory.labelString: Directory
-
- *menuBar*netscape.labelString: Netscape's Home
- *menuBar*netscape.mnemonic: H
-
- *menuBar*sgi.labelString: Silicon Graphics, Inc.
- *menuBar*sgi.mnemonic: i
-
- *menuBar*adobe.labelString: Adobe Systems, Inc.
- *menuBar*adobe.mnemonic: o
-
- *menuBar*whatsNew.labelString: What's New!
- *menuBar*whatsNew.mnemonic: N
-
- *menuBar*whatsCool.labelString: What's Cool!
- *menuBar*whatsCool.mnemonic: C
-
- *menuBar*inetIndex.labelString: Internet Directory
- *menuBar*inetIndex.mnemonic: D
-
- *menuBar*inetSearch.labelString: Internet Search
- *menuBar*inetSearch.mnemonic: S
-
- *menuBar*inetWhite.labelString: Internet White Pages
- *menuBar*inetWhite.mnemonic: W
-
- *menuBar*inetAbout.labelString: About the Internet
- *menuBar*inetAbout.mnemonic: A
-
- *menuBar*galleria.labelString: Netscape Galleria
- *menuBar*galleria.mnemonic: G
-
-
- !=============================================================================
- *menuBar.help.labelString: Help
-
- *menuBar*about.labelString: About Netscape
- *menuBar*about.mnemonic: A
-
- *menuBar*aboutplugins.labelString: About Plug-ins
- *menuBar*aboutplugins.mnemonic: P
-
- *menuBar*registration.labelString: Registration Information
- *menuBar*registration.mnemonic: I
-
- *menuBar*upgrade.labelString: Software
- *menuBar*upgrade.mnemonic: t
-
- *menuBar*manual.labelString: Handbook
- *menuBar*manual.mnemonic: H
-
- *menuBar*relnotes.labelString: Release Notes
- *menuBar*relnotes.mnemonic: R
-
- *menuBar*faq.labelString: Frequently Asked Questions
- *menuBar*faq.mnemonic: F
-
- *menuBar*aboutSecurity.labelString: On Security
- *menuBar*aboutSecurity.mnemonic: O
-
- *menuBar*feedback.labelString: How to Give Feedback
- *menuBar*feedback.mnemonic: G
-
- *menuBar*support.labelString: How to Get Support
- *menuBar*support.mnemonic: S
-
- *menuBar*howTo.labelString: How to Create Web Services
- *menuBar*howTo.mnemonic: C
-
-
- *menuBar*aboutMailAndNews.labelString: About Netscape Mail and News...
- *menuBar*aboutUsenet.labelString: About USENET Newsgroups...
-
-
- ! For the toggles in the options menu
- *menuBar*XmToggleButton.indicatorType: N_OF_MANY
- *menuBar*XmToggleButtonGadget.indicatorType: N_OF_MANY
- *menuBar*XmToggleButton.fillOnSelect: True
- *menuBar*XmToggleButtonGadget.fillOnSelect: True
- *menuBar*XmToggleButton.visibleWhenOff: True
- *menuBar*XmToggleButtonGadget.visibleWhenOff: True
-
- *menuBar*sortByDate.visibleWhenOff: False
- *menuBar*sortByMessageNumber.visibleWhenOff: False
- *menuBar*sortBySubject.visibleWhenOff: False
- *menuBar*sortBySender.visibleWhenOff: False
-
- !=============================================================================
- ! Mail/News menubar
- !=============================================================================
-
- !Mail menubar wont have this accelerator. This is used by reply
- *Mail*menuBar*reload.acceleratorText:
-
- *menubar*deliverNow.indicatorType: ONE_OF_MANY
- *menuBar*deliverNow.labelString: Immediate Delivery
- ! no mnemonic
- ! no accelerator
-
- *menubar*deliverLater.indicatorType: ONE_OF_MANY
- *menuBar*deliverLater.labelString: Deferred Delivery
- ! no mnemonic
- ! no accelerator
-
- !*getNewMail.labelString: Get New Mail
- *getNewMail.mnemonic: G
- *getNewMail.acceleratorText: Ctrl+T
-
- !*deliverQueuedMessages.labelString: Send Mail in Outbox
- *deliverQueuedMessages.mnemonic: d
- *deliverQueuedMessages.acceleratorText: Ctrl+H
-
- !*openFolder.labelString: Open Folder...
- *openFolder.mnemonic: O
- *openFolder.acceleratorText: Ctrl+O
-
- !*newFolder.labelString: New Folder...
- *newFolder.mnemonic: N
-
- !*menuBar*compressFolder.labelString: Compress this Folder
- *menuBar*compressFolder.mnemonic: C
- *menuBar*compressFolder.acceleratorText: Ctrl+K
-
- !*menuBar*compressAllFolders.labelString: Compress all Folders
- *menuBar*compressAllFolders.mnemonic: A
-
- !*menuBar*emptyTrash.labelString: Empty Trash Folder
- *menuBar*emptyTrash.mnemonic: E
-
- !*menuBar*deleteFolder.labelString: Delete Folder
- *menuBar*deleteFolder.mnemonic: o
-
- !*menuBar*selectThread.labelString: Select Thread
- *menuBar*selectThread.mnemonic: T
- *menuBar*selectThread.acceleratorText: Ctrl+Shift+A
-
- !*menuBar*selectMarkedMessages.labelString: Select Flagged Messages
- *menuBar*selectMarkedMessages.mnemonic: l
-
- !*menuBar*selectAllMessages.labelString: Select All
- *menuBar*selectAllMessages.mnemonic: A
- *menuBar*selectAllMessages.acceleratorText: Ctrl+A
-
- *menuBar*sort.labelString: Sort
- *menuBar*sort.mnemonic: S
-
- !*rot13Message.labelString: Unscramble (ROT13)
- *rot13Message.mnemonic: U
-
- !*menuBar*nextMessage.labelString: Next Message
- *menuBar*nextMessage.mnemonic: N
- *menuBar*nextMessage.acceleratorText: Ctrl+Down
-
- !*menuBar*previousMessage.labelString: Previous Message
- *menuBar*previousMessage.mnemonic: P
- *menuBar*previousMessage.acceleratorText: Ctrl+Up
-
- !*menuBar*firstUnreadMessage.labelString: First Unread
- *menuBar*firstUnreadMessage.mnemonic: U
-
- !*menuBar*nextUnreadMessage.labelString: Next Unread
- *menuBar*nextUnreadMessage.mnemonic: e
- *menuBar*nextUnreadMessage.acceleratorText: Ctrl+Shift+Down
-
- !*menuBar*previousUnreadMessage.labelString: Previous Unread
- *menuBar*previousUnreadMessage.mnemonic: r
- *menuBar*previousUnreadMessage.acceleratorText: Ctrl+Shift+Up
-
- !*menuBar*firstMarkedMessage.labelString: First Marked
- *menuBar*firstMarkedMessage.mnemonic: M
-
- !*menuBar*nextMarkedMessage.labelString: Next Marked
- *menuBar*nextMarkedMessage.mnemonic: x
-
- !*menuBar*previousMarkedMessage.labelString: Previous Marked
- *menuBar*previousMarkedMessage.mnemonic: v
-
- !*menuBar*showAllMessages.labelString: Show All Messages
- *menuBar*showAllMessages.mnemonic: A
-
- !*menuBar*showOnlyUnread.labelString: Show Only Unread Messages
- *menuBar*showOnlyUnread.mnemonic: U
-
- !*menuBar*showAllHeaders.labelString: Show All Headers
- *menuBar*showAllHeaders.mnemonic: H
-
- *editAddressBook.labelString: Address Book
- *editAddressBook.mnemonic: A
-
- !*menuBar*editAddress.labelString: Add to Address Book
- *menuBar*editAddress.mnemonic: t
-
- !*menuBar*replyToSender.labelString: Reply
- *menuBar*replyToSender.mnemonic: R
- *menuBar*replyToSender.acceleratorText: Ctrl+R
-
- !*menuBar*replyToAll.labelString: Reply to All
- *menuBar*replyToAll.mnemonic: A
- *menuBar*replyToAll.acceleratorText: Ctrl+Shift+R
-
- !*menuBar*forwardMessage.labelString: Forward
- *menuBar*forwardMessage.mnemonic: F
- *menuBar*forwardMessage.acceleratorText: Ctrl+L
-
- *forwardMessageQuoted.labelString: Forward Quoted
- *forwardMessageQuoted.mnemonic: Q
- *forwardMessageQuoted.acceleratorText: Ctrl+Shift+D
-
- !*menuBar*markSelectedRead.labelString: Mark as Read
- *menuBar*markSelectedRead.mnemonic: d
-
- !*menuBar*markSelectedUnread.labelString: Mark as Unread
- *menuBar*markSelectedUnread.mnemonic: U
-
- !*menuBar*markThreadRead.labelString: Mark Thread Read
- *menuBar*markThreadRead.mnemonic: a
-
- !*menuBar*markSelectedMessages.labelString: Flag message
- *menuBar*markSelectedMessages.mnemonic: l
-
- !*menuBar*unmarkSelectedMessages.labelString: Unflag message
- *menuBar*unmarkSelectedMessages.mnemonic: e
-
- !*menuBar*moveMessagesInto.labelString: Move
- *menuBar*moveMessagesInto.mnemonic: v
-
- !*menuBar*copyMessagesInto.labelString: Copy
- *menuBar*copyMessagesInto.mnemonic: C
-
- !*reSort.labelString: Again
- *reSort.mnemonic: A
-
- !*menuBar*threadMessages.labelString: Thread Messages
- *menuBar*threadMessages.mnemonic: T
-
- !*menuBar*sortBackward.labelString: Ascending
- *menuBar*sortBackward.mnemonic: s
-
- !*menuBar*sortByDate.labelString: by Date
- *menuBar*sortByDate.mnemonic: D
-
- !*menuBar*sortBySubject.labelString: by Subject
- *menuBar*sortBySubject.mnemonic: u
-
- !*menuBar*sortBySender.labelString: by Sender
- *menuBar*sortBySender.mnemonic: e
-
- !*menuBar*sortByMessageNumber.labelString: by Message Number
- *menuBar*sortByMessageNumber.mnemonic: M
-
- !*openNewsHost.labelString: Open News Host...
- *openNewsHost.mnemonic: O
-
- *menuBar*postNew.labelString: New News Message
- *menuBar*postNew.mnemonic: N
-
- !*postReply.labelString: Post Reply
- *postReply.mnemonic: o
-
- !*postAndMailReply.labelString: Post and Mail Reply
- *postAndMailReply.mnemonic: s
-
- !*showSubscribedNewsGroups.labelString: Show Subscribed Newsgroups
- *showSubscribedNewsGroups.mnemonic: b
-
- !*showActiveNewsGroups.labelString: Show Active Newsgroups
- *showActiveNewsGroups.mnemonic: c
-
- !*showAllNewsGroups.labelString: Show All Newsgroups
- *showAllNewsGroups.mnemonic: A
-
- !*checkNewNewsGroups.labelString: Show New Newsgroups
- *checkNewNewsGroups.mnemonic: p
-
- !*menuBar*cancelMessage.labelString: Cancel Message
- *menuBar*cancelMessage.mnemonic: n
-
- !*menubar*addFromNewest.labelString: Add From Newest Messages
- *menubar*addFromNewest.mnemonic: f
-
- !*menubar*addFromOldest.labelString: Add From Oldest Messages
- *menubar*addFromOldest.mnemonic: r
-
- ! These are std Mail folder names.
- *popup*sentMail.labelString: Sent
- *popup*sentMail.mnemonic: S
-
- *popup*inbox.labelString: Inbox
- *popup*inbox.mnemonic: I
-
- *popup*trash.labelString: Trash
- *popup*trash.mnemonic: T
-
- *popup*newFolder.labelString: New...
- *popup*newFolder.mnemonic: N
-
- ! For menubar and popup
- *addNewsgroup.labelString: Add Newsgroup
- *addNewsgroup.mnemonic: d
-
-
- !=============================================================================
- ! MailCompose menubar
- !=============================================================================
- *menuBar*send.labelString: Send
- *menuBar*send.mnemonic: S
- *menuBar*send.acceleratorText: Ctrl+Enter
-
- *menuBar*attachFile.labelString: Attach...
- *menuBar*attachFile.mnemonic: F
-
- !*menuBar*quoteMessage.labelString: Include Original Text
- *menuBar*quoteMessage.mnemonic: I
-
- !*menuBar*saveMessageAs.labelString: Save As...
- *menuBar*saveMessageAs.mnemonic: A
- *menuBar*saveMessageAs.acceleratorText: Ctrl+S
-
- *menuBar*pasteQuote.labelString: Paste as Quotation
- *menuBar*pasteQuote.mnemonic: Q
-
- *menuBar*selectAllText.labelString: Select All
- *menuBar*selectAllText.mnemonic: S
-
- *menuBar*clearAllText.labelString: Clear
-
- !*menuBar*rot13.labelString: Scramble (ROT13) Message
- *menuBar*rot13.mnemonic: S
-
- !*menuBar*showAllHeaders.labelString: All Fields
- *menuBar*showAllHeaders.mnemonic: A
-
- !*menuBar*showReplyTo.labelString: Reply To
- *menuBar*showReplyTo.mnemonic: R
-
- !*menuBar*showTo.labelString: Mail To
- *menuBar*showTo.mnemonic: M
-
- !*menuBar*showCC.labelString: Mail CC
- *menuBar*showCC.mnemonic: C
-
- !*menuBar*showBCC.labelString: Mail BCC
- *menuBar*showBCC.mnemonic: B
-
- !*menuBar*showPostTo.labelString: Post To
- *menuBar*showPostTo.mnemonic: P
-
- !*menuBar*showFollowupTo.labelString: Followups To
- *menuBar*showFollowupTo.mnemonic: F
-
- !*menuBar*showSubject.labelString: Subject
- *menuBar*showSubject.mnemonic: S
-
- !*menuBar*showAttachments.labelString: Attachment
- *menuBar*showAttachments.mnemonic: h
-
-
- !=============================================================================
- *toolBar.back.labelString: Back
- *toolBar.forward.labelString: Forward
- *toolBar.home.labelString: Home
- *toolBar.reload.labelString: Reload
- *toolBar*loadImages.labelString: Load Images
- *toolBar.openURL.labelString: Open...
- *toolBar.print.labelString: Print...
- *toolBar*find.labelString: Find...
- *toolBar*abort.labelString: Stop
-
- *toolBar*spacer.marginWidth: 4
- *urlBar*spacer.marginWidth: 4
-
- *urlBar*whatsNew.labelString: What's New
- *urlBar*whatsCool.labelString: What's Cool
- *urlBar*manual.labelString: Handbook
- *urlBar*inetSearch.labelString: Net Search
- *urlBar*inetIndex.labelString: Net Directory
- *urlBar*software.labelString: Software
- *urlBar*welcome.labelString: Welcome
- *urlBar*newsgroups.labelString: Newsgroups
-
- *toolBar.getNewMail.labelString: Get Mail
- *toolBar.deleteMessage.labelString: Delete
- *toolBar.mailNew.labelString: New Mail Message
- *toolBar.postNew.labelString: New
- *toolBar.replyToSender.labelString: Reply
- *toolBar.replyToAll.labelString: Reply All
- *toolBar.postReply.labelString: Post Reply
- *toolBar.postAndMailReply.labelString: Reply
- *toolBar.forwardMessage.labelString: Forward
- *toolBar.previousUnreadMessage.labelString:Previous
- *toolBar.nextUnreadMessage.labelString: Next
- *toolBar.markThreadRead.labelString: Thread
- *toolBar.markAllRead.labelString: All
-
- !=============================================================================
- ! Toolbar for mail compose
- *toolBar.SendOrSendLater.labelString: Send
- *toolBar.quoteMessage.labelString: Quote
- *toolBar.attachFile.labelString: Attach
- *toolBar.editAddressBook.labelString: Address Book
-
- !=============================================================================
- *noDocumentLoadedMessage: No document has yet been loaded in this window.
- *optionsSavedMessage: Options have been saved.
- *clickToSaveMessage: Click on the link to save.
- *clickToSaveCancelledMessage: Save link to file was cancelled.
- *noPreviousURLMessage: No previous document.
- *noNextURLMessage: No next document.
- *noHomeURLMessage: No home document specified.
- *notOverImageMessage: Not over an image.
- *notOverLinkMessage: Not over a link.
- *noSearchStringMessage: Nothing to search for.
- *wrapSearchMessage: End of document reached; continue from beginning?
- *wrapSearchBackwardMessage: Beginning of document reached; continue from end?
- *noAddressesMessage: No recipients specified.
- *noFileMessage: No output file specified.
- *noPrintCommandMessage: No print command specified.
- *overwriteFileMessage: Overwrite existing file %s?
- *bookmarksChangedMessage: Bookmarks file has changed on disk: overwrite it?
- *bookmarkConflictMessage: \
- Bookmark list not saved.\nReload the disk version now?
- *bookmarksNoFormsMessage: \
- Cannot add the result of a form submission to the bookmark list.
- *reallyQuitMessage: Really Quit?
- *doubleInclusionMessage: \n\
- The document has already been quoted.\n\
- \n\
- Are you sure you want to quote it again?\n
-
- *expireNowMessage: \
- This will mark all of your links as unfollowed.\nProceed?
- *clearMemCacheMessage: \
- This will remove all the files currently in your memory cache.\nContinue?
- *clearDiskCacheMessage: \
- This will remove all the files currently in your disk cache.\nContinue?
-
- *createCacheDirErrorMessage: \
- Error: unable to create the persistent cache directory:\n\
- \n\
- %s: %s.\n\
- \n\
- Please set a new disk cache directory using the\n\
- `Network Preferences' dialog, found on the `Options' menu.\n
-
- *createdCacheDirMessage: \
- A directory has been created for use as the disk cache:\n\
- \n\
- %s/\n\
- \n\
- You can change the cache directory in the `Network Preferences'\n\
- dialog, found under the `Options' menu.\n
-
- *cacheNotDirMessage: \
- Error: the directory configured for use as the disk cache\n\
- exists, but is not a directory:\n\
- \n\
- %s\n\
- \n\
- Please set a new disk cache directory using the\n\
- `Network Preferences' dialog, found on the `Options' menu.\n
-
- *cacheSuffixMessage: \
- \n\
- There should be one disk cache per user, so using a shared\n\
- directory (such as /tmp) is not advised.\n\
- \n\
- The maximum disk cache size is currently %d kilobytes.\n\
- You can change the cache size in the 'Network Preferences'\n\
- dialog.\n\
- \n\
- If you wish to disable disk caching, set the Disk Cache Size\n\
- to 0. If you do this, documents will continue to be cached\n\
- in memory according to the Memory Cache Size preference,\n\
- but will no longer be cached on disk. This means that the\n\
- cache will not last from session to session of Netscape.
-
- *cubeTooSmallMessage: \
- We were only able to allocate %d cells for the color\n\
- cube to which images are dithered. As a result, the\n\
- image quality may be poor.\n\
- \n\
- One way to improve image quality is to exit any other\n\
- color-intensive applications which are running and\n\
- restart Netscape.\n\
- \n\
- Another way is to run Netscape with the `-install' \n\
- command-line option, which will cause it to use a\n\
- private colormap. The drawback to this is that on\n\
- some systems, this will result in colormap flashing\n\
- when moving focus to other windows.
-
- *renameInitFilesMessage: \
- Preferences files from an older version of Netscape exist;\n\
- This version of Netscape uses the same file formats, but the\n\
- file names have changed. Would you like us to rename these\n\
- files now?
-
- *unsentMailMessage: \
- Unsent mail messages exist, do you really want to quit without sending them?
-
- *binaryDocumentMessage: \
- This document is binary data; cannot view source.
-
-
- !=============================================================================
- !*preeditType: root
- !*netscape.preeditType: overthespot
-
- ! default titles for the TopLevelShell widgets.
- ! note that the title and icon title of Navigator windows are
- ! changed at runtime; these resources won't override that.
- *title: Netscape
- *iconName: Netscape
- *Navigator.title: Netscape Navigator 2.01S
- *Mail.title: Netscape Mail
- *Mail.iconName: Mail
- *News.title: Netscape News
- *News.iconName: News
- *Download.title: Netscape Download
- *Download.iconName: Download
- *Composition.title: Netscape Message Composition
- *Composition.iconName: Message Composition
- *Bookmark.title: Netscape: Bookmarks
- *Bookmark.iconName: Bookmarks
- *AddressBook.title: Netscape: Address Book
- *AddressBook.iconName: Address Book
-
- *popup.title.labelString: Netscape Commands:
- *popup.back.labelString: Back
- *popup.back.mnemonic: B
- *popup.forward.labelString: Forward
- *popup.forward.mnemonic: F
- *popup.home.labelString: Home
- *popup.openURL.labelString: Open this Link
- *popup.openURL.mnemonic: O
- *popup.addURLBookmark.labelString: Add Bookmark for this Link
- *popup.addURLBookmark.mnemonic: A
- *popup.openURLNewWindow.labelString: New Window with this Link
- *popup.openURLNewWindow.mnemonic: N
- *popup.saveURL.labelString: Save Link As...
- *popup.saveURL.mnemonic: S
- *popup.copyURLToClip.labelString: Copy this Link Location to Clipboard
- *popup.copyURLToClip.mnemonic: C
- *popup.openImage.labelString: Open this Image
- *popup.openImage.mnemonic: I
- *popup.saveImage.labelString: Save this Image As...
- *popup.saveImage.mnemonic: v
- *popup.copyImageURLToClip.labelString: Copy this Image Location
- *popup.copyImageURLToClip.mnemonic: p
- *popup.loadDelayedImage.labelString: Load this Image
- *popup*back.acceleratorText: Ctrl+Left
- *popup*forward.acceleratorText: Ctrl+Right
- *popup*saveURL.acceleratorText: Shift+Button1
- *popup*openURL.acceleratorText: Button1
- *popup*openURLNewWindow.acceleratorText:Button2
- *popup.XmPushButtonGadget.marginLeft: 5
- *popup.XmPushButtonGadget.marginRight: 5
- *popup.XmPushButtonGadget.alignment: ALIGNMENT_BEGINNING
- *popup.separator0.separatorType: SHADOW_ETCHED_IN
- *popup.separator1.separatorType: SHADOW_ETCHED_IN
- *popup.separator2.height: 5
- *popup.separator2.separatorType: NO_LINE
- *popup.separator3.separatorType: SHADOW_ETCHED_IN
- *popup.separator4.separatorType: SHADOW_ETCHED_IN
- *popup.separator5.separatorType: SHADOW_ETCHED_IN
-
- !
- ! Convert from old version file formats
- *convertQuestion_popup*OK.labelString: Delete Old Config Files
- *convertQuestion_popup*Cancel.labelString: Keep Old Config Files
-
- !
- ! Convert from old version file formats
- *sendNow_popup*OK.labelString: Yes
- *sendNow_popup*Cancel.labelString: No
-
-
- ! Mail/News popup menus
- !
- *Mail*popup.title.labelString: Netscape Mail
- *News*popup.title.labelString: Netscape News
-
- *history_popup.title: Netscape: Window History
- *history_popup*listLabelString: Where You've Been...
- *history_popup*OK.labelString: Go To
- *history_popup*OkLabelString: Go To
- *history_popup*Cancel.labelString: Close
- *history_popup*CancelLabelString: Close
- *history_popup*Apply.labelString: Create Bookmark
- *history_popup*ApplyLabelString: Create Bookmark
-
- *source_popup.title: Netscape: View Source
- *source_popup*save.labelString: Save...
- *source_popup*OK.labelString: OK
- *source_popup*text.editable: False
- *source_popup*text.cursorPositionVisible: False
- *source_popup*text.wordWrap: True
- *source_popup*text.scrollHorizontal: False
- *source_popup*urlLabel.labelString: Location:
- *source_popup*titleLabel.labelString: Title:
- *source_popup*titleLabel.leftOffset: 0
- *source_popup*titleLabel.rightOffset: 4
- *source_popup*titleLabel.alignment: ALIGNMENT_END
- *source_popup*urlLabel.topOffset: 0
- *source_popup*urlLabel.leftOffset: 0
- *source_popup*urlLabel.rightOffset: 4
- *source_popup*urlLabel.alignment: ALIGNMENT_END
- *source_popup*titleText.leftOffset: 0
- *source_popup*titleText.rightOffset: 0
- *source_popup*urlText.leftOffset: 0
- *source_popup*urlText.rightOffset: 0
- *source_popup*text.leftOffset: 0
- *source_popup*text.rightOffset: 0
- *source_popup*XmScrolledWindow.topOffset: 8
- *source_popup*text.columns: 80
- *source_popup*text.rows: 20
-
- *docinfo_popup.title: Netscape: Document Information
- *docinfo_popup*OK.labelString: OK
- *docinfo_popup*titleLabel.labelString: Title:
- *docinfo_popup*urlLabel.labelString: Location:
- *docinfo_popup*modifiedLabel.labelString: Last Modified:
- *docinfo_popup*sourceLabel.labelString: Source:
- *docinfo_popup*charsetLabel.labelString: Encoding:
- *docinfo_popup*dpyLabel.labelString: Visual:
- *docinfo_popup*securityFrame.label.labelString: Security Information
- *docinfo_popup*certificateLabel.labelString: Server Certificate:
- *docinfo_popup*certificateText.columns: 60
- *docinfo_popup*certificateText.rows: 6
- *docinfo_popup*certificateText.wordWrap: True
- *docinfo_popup*certificateText.scrollHorizontal:False
- *docinfo_popup*scrollBarDisplayPolicy: AS_NEEDED
- *docinfo_popup*scrollingPolicy: AUTOMATIC
- *docinfo_popup*securityText.wordWrap: True
- *docinfo_popup*securityText.scrollHorizontal: False
- *docinfo_popup*urlLabel.topOffset: 0
- *docinfo_popup*urlLabel.leftOffset: 0
- *docinfo_popup*urlLabel.rightOffset: 4
- *docinfo_popup*urlLabel.alignment: ALIGNMENT_END
- *docinfo_popup*titleLabel.leftOffset: 0
- *docinfo_popup*titleLabel.rightOffset: 4
- *docinfo_popup*titleLabel.alignment: ALIGNMENT_END
- *docinfo_popup*modifiedLabel.topOffset: 0
- *docinfo_popup*modifiedLabel.leftOffset: 0
- *docinfo_popup*modifiedLabel.rightOffset: 4
- *docinfo_popup*modifiedLabel.alignment: ALIGNMENT_END
- *docinfo_popup*charsetLabel.topOffset: 0
- *docinfo_popup*charsetLabel.leftOffset: 0
- *docinfo_popup*charsetLabel.rightOffset: 4
- *docinfo_popup*charsetLabel.alignment: ALIGNMENT_END
- *docinfo_popup*sourceLabel.topOffset: 0
- *docinfo_popup*sourceLabel.leftOffset: 0
- *docinfo_popup*sourceLabel.rightOffset: 4
- *docinfo_popup*sourceLabel.alignment: ALIGNMENT_END
- ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
- *docinfo_popup*dpyLabel.topOffset: 5
- *docinfo_popup*dpyLabel.leftOffset: 0
- *docinfo_popup*dpyLabel.rightOffset: 4
- *docinfo_popup*dpyLabel.alignment: ALIGNMENT_END
- *docinfo_popup*dpyText.rows: 3
- *docinfo_popup*dpyText.columns: 48
- *docinfo_popup*titleText.columns: 40
- *docinfo_popup*securityFrame.topOffset: 10
- *docinfo_popup*keyDescLabel.leftOffset: 14
- *docinfo_popup*keyDescLabel.rightOffset: 14
- *docinfo_popup*keyDescLabel.alignment: ALIGNMENT_BEGINNING
- *docinfo_popup*certificateLabel.leftOffset: 10
- *docinfo_popup*certificateLabel.rightOffset: 10
- *docinfo_popup*certificateLabel.alignment: ALIGNMENT_BEGINNING
- *docinfo_popup*securityLabel.leftOffset: 14
- *docinfo_popup*securityLabel.rightOffset: 14
- *docinfo_popup*securityLabel.alignment: ALIGNMENT_BEGINNING
- *docinfo_popup*XmScrolledWindow.leftOffset: 10
- *docinfo_popup*XmScrolledWindow.rightOffset: 10
-
- *docinfo*noSecurityMessage:\
- This version of Netscape does not have security built in.
-
- *docinfo*securityLabel.labelString:\
- Security protects Internet documents you receive and information you send\n\
- back with server authentication, privacy using encryption, and data\n\
- integrity. You can see a document's security status using the key/broken\n\
- key icon in the status area or the colorbar above the content area (blue for\n\
- secure; gray for insecure). Consult the Handbook or the `On Security' page\n\
- for details.
-
-
-
- *bmPreferences_popup.title: Netscape: Bookmarks
- *bmPreferences_popup*frame1label.labelString: Add Bookmark
- *bmPreferences_popup*frame2label.labelString: Bookmark Menu
- *bmPreferences_popup*addbm_option.labelString: Add bookmarks to this header
- *bmPreferences_popup*bmmenu_option.labelString: View this header in bookmarks menu
- *bmPreferences_popup*addbm_default.labelString: Add to toplevel
- *bmPreferences_popup*bmmenu_default.labelString: Toplevel header
-
- *bookmarksWhatsChanged*button_0.labelString: All Bookmarks
- *bookmarksWhatsChanged*button_1.labelString: Selected Bookmarks
- *bookmarksWhatsChanged*start.labelString: Start
- *bookmarksWhatsChanged*cancel.labelString: Cancel
- *bookmarksWhatsChanged*title.labelString: What's changed?
- *bookmarksWhatsChanged.width: 400
- *bookmarksWhatsChanged.minWidth: 400
- *bookmarksWhatsChanged.maxWidth: 400
- *bookmarksWhatsChanged.height: 300
- *bookmarksWhatsChanged.minHeight: 300
- *bookmarksWhatsChanged.maxHeight: 300
-
- *mailto_field*fromLabel.labelString: From:
- *mailto_field*replyToLabel.labelString: Reply To:
- *mailto_field*toLabel.labelString: Mail To:
- *mailto_field*ccLabel.labelString: Mail CC:
- *mailto_field*bccLabel.labelString: Mail BCC:
- *mailto_field*fccLabel.labelString: File CC:
- *mailto_field*newsgroupsLabel.labelString: Newsgroups:
- *mailto_field*followupToLabel.labelString: Followup To:
- *mailto_field*subjectLabel.labelString: Subject:
- *mailto_field*attachmentsLabel.labelString: Attachment:
- *mailto_field*attachButton.labelString: Attach...
- *mailto_field*browseButton.labelString: Browse...
- *mailto_bodyText.wordWrap: True
- *mailto_bodyText.scrollHorizontal: False
- *mailto_field*attachButton.marginWidth: 10
- *mailto_field*fromLabel.alignment: ALIGNMENT_END
- *mailto_field*replyToLabel.alignment: ALIGNMENT_END
- *mailto_field*toLabel.alignment: ALIGNMENT_END
- *mailto_field*ccLabel.alignment: ALIGNMENT_END
- *mailto_field*bccLabel.alignment: ALIGNMENT_END
- *mailto_field*fccLabel.alignment: ALIGNMENT_END
- *mailto_field*newsgroupsLabel.alignment: ALIGNMENT_END
- *mailto_field*followupToLabel.alignment: ALIGNMENT_END
- *mailto_field*subjectLabel.alignment: ALIGNMENT_END
- *mailto_field*attachmentsLabel.alignment: ALIGNMENT_END
-
- ! This is 72 rather than 79 or 80 because the width of the window controls
- ! when word wrapping should occur; the Motif text area has no mechanism for
- ! wrapping at a column other than the last one. So, if we want a fill-column
- ! of N, the window must be N wide. Note that wrapping must occur before 80:
- ! sending out lines with 80 characters on them is antisocial, as many programs
- ! and terminals (including emacs) can only display 79 characters without
- ! wrapping. Wrapping at 72 is better than wrapping at 79 because it leaves
- ! room for further followups to quote the lines with ">" without causing
- ! lines to wrap.
- !
- ! Note that, in the composition window, lines beginning with ">" will not
- ! be wrapped at all, despite the appearance on the screen. So just because
- ! it looks like the quoted text has been mangled, doesn't mean it has.
- !
- *mailto_bodyText.columns: 72
- *mailto_bodyText.rows: 15
-
-
- ! Some people just aren't too hip.
- !*defaultMailtoText: Hey, check out this cool URL:\n\n
-
- *attach_popup.title: Netscape: Attach Document
- *attach_popup*attach.Cancel.labelString: Cancel
- *attach_popup*list.visibleItemCount: 10
- *attach_popup*messagebox.bottomOffset: 50
- *attach_popup*attachLocation.labelString: Attach Location (URL)...
- *attach_popup*attachFile.labelString: Attach File...
- *attach_popup*delete.labelString: Delete
- *attach_popup*label.labelString: Attach:
- *attach_popup*sourceToggle.labelString: As is
- *attach_popup*textToggle.labelString: Convert to Plain Text
- *attach_popup*postscriptToggle.labelString: Convert to PostScript
- *attach_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING
- *attach_popup*indicatorType: ONE_OF_MANY
- *attach_popup*attachLocation.bottomOffset: 10
- *attach_popup*label.bottomOffset: 10
- *attach_popup*sourceToggle.leftOffset: 10
- *attach_popup*textToggle.leftOffset: 10
- *attach_popup*postscriptToggle.leftOffset: 10
-
- *location_popup.title: Netscape: URL Attachment
- *location_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING
- *location_popup*label.labelString: Please specify a Location to attach:
- *location_popup*locationLabel.labelString: Location (URL):
- *location_popup*locationText.columns: 40
- *location_popup*locationText.leftOffset: 20
-
- *formatType*none.labelString: No Attachment
- *formatType*text.labelString: Text
- *formatType*formattedText.labelString: Formatted Text
- *formatType*html.labelString: Source
- *formatType*tree.labelString: Source and Images
- *formatType*ps.labelString: PostScript
- *formatType*url.labelString: URL Only
-
- ! ============================== Preferences ================================
-
- ! Resources for top-level
-
- *general_prefs_popup.title: Netscape: General Preferences
- *general_prefs*OkLabelString: OK
- *general_prefs*Apply.labelString: Cancel
- *general_prefs*ApplyLabelString: Cancel
- *general_prefs*Cancel.labelString: Defaults
- *general_prefs*CancelLabelString: Defaults
- !*general_prefs_popup*preeditType: none
-
- *mailnews_prefs_popup.title: Netscape: Mail & News Preferences
- *mailnews_prefs*OkLabelString: OK
- *mailnews_prefs*Apply.labelString: Cancel
- *mailnews_prefs*ApplyLabelString: Cancel
- *mailnews_prefs*Cancel.labelString: Defaults
- *mailnews_prefs*CancelLabelString: Defaults
- !*mailnews_prefs_popup*preeditType: none
-
- *network_prefs_popup.title: Netscape: Network Preferences
- *network_prefs*OkLabelString: OK
- *network_prefs*Apply.labelString: Cancel
- *network_prefs*ApplyLabelString: Cancel
- *network_prefs*Cancel.labelString: Defaults
- *network_prefs*CancelLabelString: Defaults
- !*network_prefs_popup*preeditType: none
-
- *security_prefs_popup.title: Netscape: Security Preferences
- *security_prefs*OkLabelString: OK
- *security_prefs*Apply.labelString: Cancel
- *security_prefs*ApplyLabelString: Cancel
- *security_prefs*Cancel.labelString: Defaults
- *security_prefs*CancelLabelString: Defaults
- !*security_prefs_popup*preeditType: none
-
- ! Preferences: Applications
- !
- *general_prefs*appsFrame*appsBoxLabel.labelString: Applications
- *general_prefs*appsFrame.topOffset: 10
- *general_prefs*appsFrame.leftOffset: 10
- *general_prefs*appsFrame.rightOffset: 10
- *general_prefs*appsFrame.bottomOffset: 10
- *general_prefs*appsFrame*telnetLabel.labelString: Telnet Application:
- *general_prefs*appsFrame*tn3270Label.labelString: TN3270 Application:
- *general_prefs*appsFrame*rloginLabel.labelString: Rlogin Application:
- *general_prefs*appsFrame*rloginUserLabel.labelString: Rlogin with User:
- *general_prefs*appsFrame*appsFrame.topOffset: 10
- *general_prefs*appsFrame*rloginUserText.bottomOffset: 10
- *general_prefs*appsFrame*XmLabel.alignment: ALIGNMENT_END
- *general_prefs*appsFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *general_prefs*appsFrame*telnetText.rightOffset: 10
-
- *general_prefs*appsFrame*tmpLabel.labelString: Temporary Directory:
- *general_prefs*appsFrame*tmpBrowse.labelString: Browse...
- *general_prefs*appsFrame*tmpText.bottomOffset: 10
- *general_prefs*appsFrame*tmpText.rightOffset: 10
- *general_prefs*appsFrame*tmpBrowse.rightOffset: 10
-
- ! Preferences: Cache
- !
- *network_prefs*cacheFrame*cacheBoxLabel.labelString: Cache
- *network_prefs*cacheFrame.topOffset: 10
- *network_prefs*cacheFrame.leftOffset: 10
- *network_prefs*cacheFrame.rightOffset: 10
- *network_prefs*cacheFrame.bottomOffset: 10
- *network_prefs*cacheFrame*memoryLabel.labelString: Memory Cache:
- *network_prefs*cacheFrame*diskLabel.labelString: Disk Cache:
- *network_prefs*cacheFrame*dirLabel.labelString: Disk Cache Directory:
- *network_prefs*cacheFrame*verifyLabel.labelString: Verify Document:
- *network_prefs*cacheFrame*onceToggle.labelString: Once per Session
- *network_prefs*cacheFrame*everyToggle.labelString: Every Time
- *network_prefs*cacheFrame*expiredToggle.labelString: Never
- *network_prefs*cacheFrame*browse.labelString: Browse...
- *network_prefs*cacheFrame*k.labelString: Kilobytes
- *network_prefs*cacheFrame*memClear.labelString: Clear Memory Cache Now
- *network_prefs*cacheFrame*diskClear.labelString: Clear Disk Cache Now
- *network_prefs*cacheFrame*memoryText.columns: 6
- *network_prefs*cacheFrame*diskText.columns: 6
- *network_prefs*cacheFrame*cacheDirText.columns: 15
- *network_prefs*cacheFrame*alignment: ALIGNMENT_BEGINNING
- *network_prefs*cacheFrame*memoryLabel.alignment: ALIGNMENT_END
- *network_prefs*cacheFrame*diskLabel.alignment: ALIGNMENT_END
- *network_prefs*cacheFrame*dirLabel.alignment: ALIGNMENT_END
- *network_prefs*cacheFrame*verifyLabel.alignment: ALIGNMENT_END
- *network_prefs*cacheFrame*memClear.leftOffset: 25
- *network_prefs*cacheFrame*diskClear.leftOffset: 25
- *network_prefs*cacheFrame*browse.rightOffset: 10
- *network_prefs*cacheFrame*browse.bottomOffset: 10
- *network_prefs*cacheFrame*memoryText.bottomOffset: 10
- *network_prefs*cacheFrame*onceToggle.bottomOffset: 10
- *network_prefs*cacheFrame*cacheDirText.bottomOffset: 10
- *network_prefs*cacheFrame*indicatorType: ONE_OF_MANY
- *network_prefs*cacheFrame*browse.marginWidth: 10
- *network_prefs*cacheFrame*memClear.marginWidth: 10
- *network_prefs*cacheFrame*diskClear.marginWidth: 10
-
- ! Preferences: Colors
- !
-
- ! Preferences: Composition
- !
- *mailnews_prefs*XmFrame.XmLabel.leftOffset: 10
- *mailnews_prefs*XmFrame.XmLabel.topOffset: -4
- *mailnews_prefs*XmFrame.topOffset: 10
- *mailnews_prefs*XmFrame.leftOffset: 10
- *mailnews_prefs*XmFrame.rightOffset: 10
- *mailnews_prefs*XmFrame.bottomOffset: 10
-
- *mailnews_prefs*composeFrame*composeBoxLabel.labelString: \
- When composing Mail and News Messages
- *mailnews_prefs*composeFrame*8bitLabel.labelString: Send and Post:
- *mailnews_prefs*composeFrame*8bitToggle.labelString: Allow 8-bit
- *mailnews_prefs*composeFrame*8bitToggle.bottomOffset: 4
- *mailnews_prefs*composeFrame*qpToggle.labelString:\
- MIME Compliant (Quoted Printable)
- *mailnews_prefs*composeFrame*8bitToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*composeFrame*qpToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*composeFrame*deliverLabel.labelString: Deliver mail:
- *mailnews_prefs*composeFrame*deliverAutoToggle.labelString: Automatically
- *mailnews_prefs*composeFrame*deliverAutoToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*composeFrame*deliverQToggle.labelString: \
- Queue for Manual Delivery
- *mailnews_prefs*composeFrame*deliverQToggle.indicatorType: ONE_OF_MANY
-
- *mailnews_prefs*mMailOutFrame*mMailOutBoxLabel.labelString: \
- By default, email a copy of outgoing messages to:
- *mailnews_prefs*mMailOutFrame*mMailOutLabel.labelString: Mail Messages:
- *mailnews_prefs*mMailOutFrame*mMailOutSelfToggle.labelString: Self
- *mailnews_prefs*mMailOutFrame*mMailOutOtherLabel.labelString: Other address:
- *mailnews_prefs*mMailOutFrame*nMailOutLabel.labelString: News Messages:
- *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.labelString: Self
- *mailnews_prefs*mMailOutFrame*nMailOutOtherLabel.labelString: Other address:
-
- *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.bottomOffset: 10
- *mailnews_prefs*mMailOutFrame*mMailOutOtherText.rightOffset: 10
- *mailnews_prefs*mMailOutFrame*nMailOutOtherText.rightOffset: 10
-
- *mailnews_prefs*mCopyOutFrame*mCopyOutBoxLabel.labelString: \
- By default, copy outgoing messages to:
- *mailnews_prefs*mCopyOutFrame*mCopyOutLabel.labelString: Mail Messages:
- *mailnews_prefs*mCopyOutFrame*nCopyOutLabel.labelString: News Messages:
- *mailnews_prefs*mCopyOutFrame*mCopyOutBrowse.labelString: Choose...
- *mailnews_prefs*mCopyOutFrame*nCopyOutBrowse.labelString: Choose...
-
- *mailnews_prefs*mCopyOutFrame*nCopyOutText.bottomOffset: 10
- *mailnews_prefs*mCopyOutFrame*nCopyOutText.rightOffset: 10
-
- *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.marginWidth: 10
- *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.leftOffset: 10
- *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.rightOffset: 10
-
- ! Preferences: Servers
- !
- *mailnews_prefs*outMailFrame*outMailBoxLabel.labelString: Outgoing Mail
- *mailnews_prefs*outMailFrame.topOffset: 10
- *mailnews_prefs*outMailFrame.leftOffset: 10
- *mailnews_prefs*outMailFrame.rightOffset: 10
- *mailnews_prefs*outMailFrame.bottomOffset: 10
- *mailnews_prefs*outMailFrame*smtpText.topOffset: 10
- *mailnews_prefs*outMailFrame*smtpText.rightOffset: 10
- *mailnews_prefs*outMailFrame*smtpLabel.labelString: SMTP Server:
-
- *mailnews_prefs*inMailFrame*inMailBoxLabel.labelString: Incoming Mail
- *mailnews_prefs*inMailFrame.topOffset: 10
- *mailnews_prefs*inMailFrame.leftOffset: 10
- *mailnews_prefs*inMailFrame.rightOffset: 10
- *mailnews_prefs*inMailFrame.bottomOffset: 10
- *mailnews_prefs*inMailFrame.mailFrame.topOffset: 10
- *mailnews_prefs*inMailFrame*limitLabel.labelString: Max Message Size:
- *mailnews_prefs*inMailFrame*msgLabel.labelString: After delivery:
- *mailnews_prefs*inMailFrame*checkLabel.labelString: Check for Mail:
- *mailnews_prefs*inMailFrame*movemailLabel.labelString: Movemail Application:
- *mailnews_prefs*inMailFrame*movemailText.rightOffset: 10
- *mailnews_prefs*inMailFrame*movemailText.bottomOffset: 10
- *mailnews_prefs*inMailFrame*movemailBrowse.labelString: Browse...
- *mailnews_prefs*inMailFrame*userLabel.labelString: User Name:
- *mailnews_prefs*inMailFrame*userText.rightOffset: 10
- *mailnews_prefs*inMailFrame*srvrLabel.labelString: Server:
- *mailnews_prefs*inMailFrame*srvrText.topOffset: 10
- *mailnews_prefs*inMailFrame*srvrText.rightOffset: 10
- *mailnews_prefs*inMailFrame*sysLabel.labelString: Mail System:
- *mailnews_prefs*inMailFrame*noLimit.labelString: None
- *mailnews_prefs*inMailFrame*msgLimit.labelString: Largest Message is:
- *mailnews_prefs*inMailFrame*limitSuffix.labelString: Bytes
- *mailnews_prefs*inMailFrame*checkSuffix.labelString: minutes
- *mailnews_prefs*inMailFrame*msgRemove.labelString: Remove from server
- *mailnews_prefs*inMailFrame*msgLeave.labelString: Leave on server
- *mailnews_prefs*inMailFrame*checkEvery.labelString: Every:
- *mailnews_prefs*inMailFrame*checkEvery.bottomOffset: 10
- *mailnews_prefs*inMailFrame*checkNever.labelString: Never
- *mailnews_prefs*inMailFrame*checkText.columns: 3
- *mailnews_prefs*inMailFrame*limitText.columns: 5
- *mailnews_prefs*inMailFrame*externalToggle.labelString: External Movemail:
- *mailnews_prefs*inMailFrame*builtinToggle.labelString: Built in Movemail
- *mailnews_prefs*inMailFrame*popToggle.labelString: POP3:
- *mailnews_prefs*inMailFrame*popToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*inMailFrame*moveToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*inMailFrame*builtinToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*inMailFrame*externalToggle.indicatorType: ONE_OF_MANY
- *mailnews_prefs*inMailFrame*XmLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*inMailFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *mailnews_prefs*inMailFrame*XmPushButtonGadget.marginWidth: 10
- *mailnews_prefs*inMailFrame*XmPushButtonGadget.leftOffset: 10
- *mailnews_prefs*inMailFrame*XmPushButtonGadget.rightOffset: 10
- *mailnews_prefs*inMailFrame*indicatorType: ONE_OF_MANY
-
- !*mailnews_prefs*inMailFrame*tmpLabel.labelString:
- !*mailnews_prefs*inMailFrame*bookLabel.labelString:
-
- ! Preferences: Fonts
- !
- *general_prefs*fontsFrame*fontsBoxLabel.labelString: Fonts and Encodings
- *general_prefs*fontsFrame.topOffset: 10
- *general_prefs*fontsFrame.leftOffset: 10
- *general_prefs*fontsFrame.rightOffset: 10
- *general_prefs*fontsFrame.bottomOffset: 10
- *general_prefs*fontsFrame*encodingLabel.labelString: For the Encoding:
- *general_prefs*fontsFrame*proportionalLabel.labelString:Use the Proportional Font:
- *general_prefs*fontsFrame*propSizeLabel.labelString: Size:
- *general_prefs*fontsFrame*propSizeToggle.labelString: Allow Scaling
- *general_prefs*fontsFrame*fixedLabel.labelString: Use the Fixed Font:
- *general_prefs*fontsFrame*fixedSizeLabel.labelString: Size:
- *general_prefs*fontsFrame*fixedSizeToggle.labelString: Allow Scaling
- *general_prefs*fontsFrame*0.labelString: Any
- *general_prefs*fontsFrame*encodingLabel.alignment: ALIGNMENT_END
- *general_prefs*fontsFrame*encodingLabel.topOffset: 10
- *general_prefs*fontsFrame*proportionalLabel.alignment: ALIGNMENT_END
- *general_prefs*fontsFrame*propSizeField.columns: 5
- *general_prefs*fontsFrame*propSizeField.rightOffset: 10
- *general_prefs*fontsFrame*fixedLabel.alignment: ALIGNMENT_END
- *general_prefs*fontsFrame*fixedSizeField.columns: 5
- *general_prefs*fontsFrame*fixedSizeField.rightOffset: 10
-
- ! Preferences: Appearance (Mail & News)
- !
- *mailnews_prefs*msgFrame*msgBoxLabel.labelString: Message Appearance
- *mailnews_prefs*msgFrame.topOffset: 10
- *mailnews_prefs*msgFrame.leftOffset: 10
- *mailnews_prefs*msgFrame.rightOffset: 10
- *mailnews_prefs*msgFrame.bottomOffset: 10
- *mailnews_prefs*msgFrame*qstyleLabel.labelString: Text Style:
- *mailnews_prefs*msgFrame*qsizeLabel.labelString: Text Size:
- *mailnews_prefs*msgFrame*quotedLabel.labelString: \
- Text beginning with > (quoted text) has the following characteristics
- *mailnews_prefs*msgFrame*fixedLabel.labelString: \
- Messages and Articles are shown with:
- *mailnews_prefs*msgFrame*qstyleLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*msgFrame*qsizeLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*msgFrame*varMsgFont.labelString: Variable Width Font
- *mailnews_prefs*msgFrame*fixedMsgFont.labelString: Fixed Width Font
- *mailnews_prefs*msgFrame*plain.labelString: Plain
- *mailnews_prefs*msgFrame*normal.labelString: Normal
- *mailnews_prefs*msgFrame*bold.labelString: Bold
- *mailnews_prefs*msgFrame*italic.labelString: Italic
- *mailnews_prefs*msgFrame*boldItalic.labelString: Bold Italic
- *mailnews_prefs*msgFrame*bigger.labelString: Bigger
- *mailnews_prefs*msgFrame*smaller.labelString: Smaller
- *mailnews_prefs*msgFrame*fixedMsgLabel.topOffset: 10
- *mailnews_prefs*msgFrame*fixedMsgLabel.leftOffset: 10
- *mailnews_prefs*msgFrame*varMsgLabel.topOffset: 10
- *mailnews_prefs*msgFrame*varMsgLabel.leftOffset: 10
- *mailnews_prefs*msgFrame*plain.topOffset: 10
- *mailnews_prefs*msgFrame*indicatorType: ONE_OF_MANY
- *mailnews_prefs*msgFrame*autoQuoteToggle.leftOffset: 40
- *mailnews_prefs*msgFrame*autoQuoteToggle.topOffset: 10
- *mailnews_prefs*msgFrame*autoQuoteToggle.indicatorType: N_OF_MANY
- *mailnews_prefs*autoQuoteToggle.labelString: \
- Automatically quote original message when replying
-
-
- ! Preferences: Helper Applications
- !
- *general_prefs*helperFrame*helperBoxLabel.labelString: MIME Configuration Files
- *general_prefs*helperFrame.topOffset: 10
- *general_prefs*helperFrame.leftOffset: 10
- *general_prefs*helperFrame.rightOffset: 10
- *general_prefs*helperFrame.bottomOffset: 10
- *general_prefs*helperFrame*globalMimeTypesLabel.labelString: Global Types File:
- *general_prefs*helperFrame*privateMimeTypesLabel.labelString:Personal Types File:
- *general_prefs*helperFrame*globalMailcapLabel.labelString: Global Mailcap File:
- *general_prefs*helperFrame*privateMailcapLabel.labelString:Personal Mailcap File:
- *general_prefs*helperFrame*globalMimeTypesBrowseButton.labelString: Browse...
- *general_prefs*helperFrame*privateMimeTypesBrowseButton.labelString: Browse...
- *general_prefs*helperFrame*globalMailcapBrowseButton.labelString: Browse...
- *general_prefs*helperFrame*privateMailcapBrowseButton.labelString: Browse...
- *general_prefs*helperFrame*globalMimeTypesBrowseButton.marginWidth: 10
- *general_prefs*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
- *general_prefs*helperFrame*globalMailcapBrowseButton.marginWidth: 10
- *general_prefs*helperFrame*privateMailcapBrowseButton.marginWidth: 10
- *general_prefs*helperFrame*XmLabel.rightOffset: 4
- *general_prefs*helperFrame*XmLabelGadget.rightOffset: 4
- *general_prefs*helperFrame*XmLabel.alignment: ALIGNMENT_END
- *general_prefs*helperFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *general_prefs*helperFrame*XmTextField.columns: 35
- *general_prefs*helperFrame*globalMailcapText.topOffset: 10
- *general_prefs*helperFrame*privateMailcapText.bottomOffset: 10
- *general_prefs*helperFrame*XmPushButtonGadget.leftOffset: 10
- *general_prefs*helperFrame*XmPushButtonGadget.rightOffset: 10
-
-
- ! Preferences: Identity
- !
- *mailnews_prefs*identityFrame*identityBoxLabel.labelString: Identity
- *mailnews_prefs*identityFrame*identityBoxLabel.topOffset: -4
- *mailnews_prefs*identityFrame*identityBoxLabel.leftOffset: 10
- *mailnews_prefs*identityFrame.topOffset: 10
- *mailnews_prefs*identityFrame.leftOffset: 10
- *mailnews_prefs*identityFrame.rightOffset: 10
- *mailnews_prefs*identityFrame.bottomOffset: 10
- *mailnews_prefs*identityFrame*nameLabel.labelString: Your Name:
- *mailnews_prefs*identityFrame*mailLabel.labelString: Email Address:
- *mailnews_prefs*identityFrame*orgLabel.labelString: Your Organization:
- *mailnews_prefs*identityFrame*sigLabel.labelString: Signature File:
- *mailnews_prefs*identityFrame*sigBrowse.labelString: Browse...
- *mailnews_prefs*identityFrame*XmLabel.leftOffset: 4
- *mailnews_prefs*identityFrame*XmLabelGadget.leftOffset: 4
- *mailnews_prefs*identityFrame*XmTextField.rightOffset: 10
- *mailnews_prefs*identityFrame*sigBrowse.rightOffset: 10
- *mailnews_prefs*identityFrame*identityText.bottomOffset: 15
- *mailnews_prefs*identityFrame*orgText.bottomOffset: 15
- *mailnews_prefs*identityFrame*sigText.bottomOffset: 15
- *mailnews_prefs*identityFrame*sigText.columns: 35
- *mailnews_prefs*identityFrame*XmLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*identityFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *mailnews_prefs*identityFrame*XmPushButtonGadget.leftOffset: 8
- *mailnews_prefs*identityFrame*XmPushButtonGadget.rightOffset: 8
- *mailnews_prefs*identityFrame*XmPushButtonGadget.marginWidth: 10
-
- ! Preferences: Organization
- !
- *mailnews_prefs*organizationFrame*organizationBoxLabel.labelString:\
- Mail and News Composition Window Organization
- *mailnews_prefs*organizationFrame*trashToggle.labelString:\
- Empty Trash when closing Netscape mail
- *mailnews_prefs*organizationFrame*passwordToggle.labelString:\
- Remember Mail Password
- *mailnews_prefs*organizationFrame*trashToggle.leftOffset: 40
- *mailnews_prefs*organizationFrame*passwordToggle.leftOffset: 40
-
- *mailnews_prefs*threadFrame*threadBoxLabel.labelString:\
- Mail and News Threading
- *mailnews_prefs*threadFrame*line1Label.labelString:\
- Mail Messages and News Articles can be threaded. Threading means that
- *mailnews_prefs*threadFrame*line2Label.labelString:\
- if you receive a reply, it will be shown next to the original message.
- *mailnews_prefs*threadFrame*threadMailToggle.labelString:\
- Thread Mail Messages
- *mailnews_prefs*threadFrame*threadNewsToggle.labelString:\
- Thread News Messages
- *mailnews_prefs*threadFrame*threadMailToggle.leftOffset: 40
- *mailnews_prefs*threadFrame*threadNewsToggle.leftOffset: 40
-
- *mailnews_prefs*mnSortFrame*mnSortBoxLabel.labelString:\
- Mail and News Sorting
- *mailnews_prefs*mnSortFrame*mSortLabel.labelString: Sort Mail by:
- *mailnews_prefs*mnSortFrame*mSortDateToggle.labelString: Date
- *mailnews_prefs*mnSortFrame*mSortNumToggle.labelString: Message Number
- *mailnews_prefs*mnSortFrame*mSortSubjectToggle.labelString: Subject
- *mailnews_prefs*mnSortFrame*mSortSenderToggle.labelString: Sender
- *mailnews_prefs*mnSortFrame*nSortLabel.labelString: Sort News by:
- *mailnews_prefs*mnSortFrame*nSortDateToggle.labelString: Date
- *mailnews_prefs*mnSortFrame*nSortNumToggle.labelString: Message Number
- *mailnews_prefs*mnSortFrame*nSortSubjectToggle.labelString: Subject
- *mailnews_prefs*mnSortFrame*nSortSenderToggle.labelString: Sender
- *mailnews_prefs*mnSortFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
-
- ! Preferences: Images
- !
- *general_prefs*imagesFrame*imagesBoxLabel.labelString: Images
- *general_prefs*imagesFrame.topOffset: 10
- *general_prefs*imagesFrame.leftOffset: 10
- *general_prefs*imagesFrame.rightOffset: 10
- *general_prefs*imagesFrame.bottomOffset: 10
- *general_prefs*imagesFrame*colors.labelString: Colors:
- *general_prefs*imagesFrame*auto.labelString: Automatic
- *general_prefs*imagesFrame*dither.labelString: Dither
- *general_prefs*imagesFrame*closest.labelString: Substitute Colors
- *general_prefs*imagesFrame*display.labelString: Display Images:
- *general_prefs*imagesFrame*while.labelString: While Loading
- *general_prefs*imagesFrame*after.labelString: After Loading
- *general_prefs*imagesFrame*imagesFrame.topOffset: 10
- *general_prefs*imagesFrame*closest.rightOffset: 10
- *general_prefs*imagesFrame*while.bottomOffset: 10
- *general_prefs*imagesFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *general_prefs*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
- *general_prefs*imagesFrame*indicatorType: ONE_OF_MANY
- *general_prefs*imagesFrame*after.bottomOffset: 10
- *general_prefs*imagesFrame*display.leftOffset: 0
- *general_prefs*imagesFrame*display.rightOffset: 0
-
- ! Preferences: Languages
- !
- *general_prefs*languagesFrame*languagesBoxLabel.labelString: Request Language/Region
- *general_prefs*languagesFrame.topOffset: 10
- *general_prefs*languagesFrame.leftOffset: 10
- *general_prefs*languagesFrame.rightOffset: 10
- *general_prefs*languagesFrame.bottomOffset: 10
- *general_prefs*languagesFrame*list1.leftOffset: 10
- *general_prefs*languagesFrame*others.labelString: Others:
- *general_prefs*languagesFrame*langs.1: Chinese [zh]
- *general_prefs*languagesFrame*langs.2: Chinese/China [zh-CN]
- *general_prefs*languagesFrame*langs.3: Chinese/Taiwan [zh-TW]
- *general_prefs*languagesFrame*langs.4: English [en]
- *general_prefs*languagesFrame*langs.5: English/United Kingdom [en-GB]
- *general_prefs*languagesFrame*langs.6: English/United States [en-US]
- *general_prefs*languagesFrame*langs.7: French [fr]
- *general_prefs*languagesFrame*langs.8: French/Canada [fr-CA]
- *general_prefs*languagesFrame*langs.9: French/France [fr-FR]
- *general_prefs*languagesFrame*langs.10: German [de]
- *general_prefs*languagesFrame*langs.11: Italian [it]
- *general_prefs*languagesFrame*langs.12: Japanese [ja]
- *general_prefs*languagesFrame*langs.13: Korean [ko]
- *general_prefs*languagesFrame*langs.14: Portuguese [pt]
- *general_prefs*languagesFrame*langs.15: Portuguese/Brazil [pt-BR]
- *general_prefs*languagesFrame*langs.16: Spanish [es]
- *general_prefs*languagesFrame*langs.17: Spanish/Spain [es-ES]
-
- ! Preferences: Mail
- !
- *mailnews_prefs*mailFrame*mailBoxLabel.labelString: Mail
- *mailnews_prefs*mailFrame*mailBoxLabel.topOffset: -4
- *mailnews_prefs*mailFrame*mailBoxLabel.leftOffset: 10
- *mailnews_prefs*mailFrame.topOffset: 10
- *mailnews_prefs*mailFrame.leftOffset: 10
- *mailnews_prefs*mailFrame.rightOffset: 10
- *mailnews_prefs*mailFrame.bottomOffset: 10
-
- ! Preferences: Connections
- !
- *network_prefs*netFrame*netBoxLabel.labelString: Connections
- *network_prefs*netFrame.topOffset: 10
- *network_prefs*netFrame.leftOffset: 10
- *network_prefs*netFrame.rightOffset: 10
- *network_prefs*netFrame.bottomOffset: 10
- *network_prefs*netFrame*bufLabel.labelString: Network Buffer Size:
- *network_prefs*netFrame*connLabel.labelString: Connections:
- *network_prefs*netFrame*connSuffix.labelString: \
- (Maximum number of simultaneous network connections)
- *network_prefs*netFrame*k.labelString: Kilobytes
- *network_prefs*netFrame*connSuffix.rightOffset: 10
- *network_prefs*netFrame*networkFrame.topOffset: 10
- *network_prefs*netFrame*bufText.columns: 6
- *network_prefs*netFrame*connText.columns: 6
- *network_prefs*netFrame*alignment: ALIGNMENT_BEGINNING
- *network_prefs*netFrame*bufLabel.alignment: ALIGNMENT_END
- *network_prefs*netFrame*connLabel.alignment: ALIGNMENT_END
- *network_prefs*netFrame*bufText.bottomOffset: 10
- *network_prefs*netFrame*connText.bottomOffset: 10
-
- ! Preferences: News
- !
- *mailnews_prefs*newsFrame*newsBoxLabel.labelString: News
- *mailnews_prefs*newsFrame*newshostLabel.labelString: News (NNTP) Server:
- *mailnews_prefs*newsFrame.topOffset: 10
- *mailnews_prefs*newsFrame.leftOffset: 10
- *mailnews_prefs*newsFrame.rightOffset: 10
- *mailnews_prefs*newsFrame.bottomOffset: 10
- *mailnews_prefs*newsFrame*newsrcLabel.labelString: News Directory:
- *mailnews_prefs*newsFrame*newsrcBrowse.labelString: Browse...
- *mailnews_prefs*newsFrame*newsMaxLabel.labelString: Get:
- *mailnews_prefs*newsFrame*newsMaxSuffix.labelString: \
- Messages at a Time (Maximum 3500)
- *mailnews_prefs*newsFrame*newsMaxSuffix.leftOffset: 0
- *mailnews_prefs*newsFrame*newsMaxText.columns: 5
- *mailnews_prefs*newsFrame*XmLabel.alignment: ALIGNMENT_END
- *mailnews_prefs*newsFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *mailnews_prefs*newsFrame*newsMaxSuffix.alignment: ALIGNMENT_BEGINNING
- *mailnews_prefs*newsFrame*XmTextField.rightOffset: 10
- *mailnews_prefs*newsFrame*XmLabel.leftOffset: 4
- *mailnews_prefs*newsFrame*XmLabelGadget.leftOffset: 4
- *mailnews_prefs*newsFrame*XmLabel.rightOffset: 4
- *mailnews_prefs*newsFrame*XmLabelGadget.rightOffset: 4
- *mailnews_prefs*newsFrame*newsMaxText.bottomOffset: 10
- *mailnews_prefs*newsFrame.topOffset: 10
- *mailnews_prefs*newsFrame*XmPushButtonGadget.marginWidth: 10
- *mailnews_prefs*newsFrame*XmPushButtonGadget.rightOffset: 10
- *mailnews_prefs*newsFrame*newsrcText.columns: 35
- *mailnews_prefs*newsFrame*newsrcText.bottomOffset: 10
-
- ! Preferences: Proxies
- !
- *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxies
- *network_prefs*proxiesFrame.topOffset: 10
- *network_prefs*proxiesFrame.leftOffset: 10
- *network_prefs*proxiesFrame.rightOffset: 10
- *network_prefs*proxiesFrame.bottomOffset: 10
- !*network_prefs*proxiesFrame*XmLabel.alignment: ALIGNMENT_END
- !*network_prefs*proxiesFrame*XmLabelGadget.alignment: ALIGNMENT_END
- *network_prefs*proxiesFrame*XmTextField.columns: 30
- *network_prefs*proxiesFrame*proxiesBoxLabel.leftOffset: 10
- *network_prefs*proxiesFrame*proxiesBoxLabel.topOffset: -4
- !*network_prefs*proxiesFrame*XmLabel.leftOffset: 10
- !*network_prefs*proxiesFrame*XmLabelGadget.leftOffset: 10
-
- *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxy Configuration
- *network_prefs*proxiesFrame*proxiesLabel.alignment: ALIGNMENT_BEGINNING
- *network_prefs*proxiesFrame*proxiesLabel.labelString: A proxy allows your computer to access the Internet through a firewall.
- *network_prefs*proxiesFrame*locationLabel.labelString: Location (URL):
- *network_prefs*proxiesFrame*noProxiesToggle.labelString: No Proxies
- *network_prefs*proxiesFrame*manualToggle.labelString: Manual Proxy Configuration
- *network_prefs*proxiesFrame*proxyReload.labelString: Reload
- *network_prefs*proxiesFrame*proxyReload.rightOffset: 10
- *network_prefs*proxiesFrame*proxyReload.bottomOffset: 10
- *network_prefs*proxiesFrame*manualBrowse.labelString: View ...
- *network_prefs*proxiesFrame*autoToggle.labelString: Automatic Proxy Configuration
- *network_prefs*proxiesFrame*autoText.rightOffset: 10
- *network_prefs*proxiesFrame*autoText.bottomOffset: 10
- *network_prefs*proxiesFrame*indicatorType: ONE_OF_MANY
-
-
- *proxies_prefs*proxiesFrame*proxiesBoxLabel.labelString:Manual Proxy Configuration
- *proxies_prefs*proxiesFrame*ftpLabel.labelString: FTP Proxy:
- *proxies_prefs*proxiesFrame*gopherLabel.labelString: Gopher Proxy:
- *proxies_prefs*proxiesFrame*httpLabel.labelString: HTTP Proxy:
- *proxies_prefs*proxiesFrame*httpsLabel.labelString: Security Proxy:
- *proxies_prefs*proxiesFrame*waisLabel.labelString: WAIS Proxy:
- *proxies_prefs*proxiesFrame*noLabel.labelString: No Proxy for:
- *proxies_prefs*proxiesFrame*socksLabel.labelString: SOCKS Host:
- *proxies_prefs*proxiesFrame*portLabel.labelString: Port:
- *proxies_prefs*proxiesFrame*ftpPort.columns: 5
- *proxies_prefs*proxiesFrame*ftpText.rightOffset: 10
- *proxies_prefs*proxiesFrame*ftpPort.rightOffset: 10
- *proxies_prefs*proxiesFrame*portLabel.leftOffset: 10
- *proxies_prefs*proxiesFrame*noText.bottomOffset: 10
- *proxies_prefs*proxiesFrame*socksText.topOffset: 15
- *proxies_prefs*proxiesFrame*socksText.bottomOffset: 10
-
- ! Preferences: Site Certificates
- !
- *security_prefs*siteFrame*siteBoxLabel.labelString: Site Certificates
- *security_prefs*siteFrame.topOffset: 10
- *security_prefs*siteFrame.leftOffset: 10
- *security_prefs*siteFrame.rightOffset: 10
- *security_prefs*siteFrame.bottomOffset: 10
- *security_prefs*siteFrame*allLabel.labelString: These are the Site Certificates that you have accepted:
- *security_prefs*siteFrame*allEditCert.rightOffset: 10
- *security_prefs*siteFrame*allEditCert.labelString: Edit Certificate ...
- *security_prefs*siteFrame*allDeleteCert.rightOffset: 10
- *security_prefs*siteFrame*allDeleteCert.labelString: Delete Certificate
- *security_prefs*siteFrame*allList.bottomOffset: 10
- *security_prefs*siteFrame*allCerts.labelString: All Certificates
- *security_prefs*siteFrame*siteCerts.labelString: Site Certificates
- *security_prefs*siteFrame*authCerts.labelString: Certificate Authorities
-
- ! Preferences: Personal Certificates
- !
- *security_prefs*personalFrame*personalBoxLabel.labelString: Personal Certificates
- *security_prefs*personalFrame.topOffset: 10
- *security_prefs*personalFrame.leftOffset: 10
- *security_prefs*personalFrame.rightOffset: 10
- *security_prefs*personalFrame.bottomOffset: 10
- *security_prefs*personalFrame*persLabel.labelString: These are your Personal Certificates:
- *security_prefs*personalFrame*persInfo.rightOffset: 10
- *security_prefs*personalFrame*persInfo.labelString: More Info ...
- *security_prefs*personalFrame*persDeleteCert.rightOffset: 10
- *security_prefs*personalFrame*persDeleteCert.labelString: Delete Certificates
- *security_prefs*personalFrame*persNewCert.rightOffset: 10
- *security_prefs*personalFrame*persNewCert.labelString: Obtain New Certificates
- *security_prefs*personalFrame*siteDefault.labelString: Default Certificates to present to sites:
- *security_prefs*personalFrame*siteText.bottomOffset: 10
- *security_prefs*personalFrame*siteText.rightOffset: 10
- *security_prefs*personalFrame*persList.leftOffset: 10
-
- ! Preferences: General Security
- !
- *security_prefs*securityFrame*securityBoxLabel.labelString: Security Alerts
- *security_prefs*securityFrame.topOffset: 10
- *security_prefs*securityFrame.leftOffset: 10
- *security_prefs*securityFrame.rightOffset: 10
- *security_prefs*securityFrame.bottomOffset: 10
- *security_prefs*securityFrame*alertLabel.labelString: Show an Alert Before:
- *security_prefs*securityFrame*enterToggle.labelString: \
- Entering a Secure Document Space (Server)
- *security_prefs*securityFrame*leaveToggle.labelString: \
- Leaving a Secure Document Space (Server)
- *security_prefs*securityFrame*mixedToggle.labelString: \
- Viewing a Document with a Secure/Insecure Mix
- *security_prefs*securityFrame*alignment: ALIGNMENT_BEGINNING
- *security_prefs*securityFrame*submitToggle.labelString: \
- Submitting a Form Insecurely
- *security_prefs*securityFrame*alertLabel.topOffset: 10
- *security_prefs*securityFrame*alertLabel.leftOffset: 10
- *security_prefs*securityFrame*enterToggle.topOffset: 10
- *security_prefs*securityFrame*enterToggle.leftOffset: 20
- *security_prefs*securityFrame*submitToggle.bottomOffset: 10
- *security_prefs*securityFrame*enterToggle.rightOffset: 10
- *security_prefs*securityFrame*leaveToggle.rightOffset: 10
- *security_prefs*securityFrame*mixedToggle.rightOffset: 10
- *security_prefs*securityFrame*submitToggle.rightOffset: 10
-
- *security_prefs*javaFrame*javaBoxLabel.labelString: Java
- *security_prefs*javaFrame.topOffset: 10
- *security_prefs*javaFrame.leftOffset: 10
- *security_prefs*javaFrame.rightOffset: 10
- *security_prefs*javaFrame.bottomOffset: 10
- *security_prefs*javaFrame*javaToggle.leftOffset: 20
- *security_prefs*javaFrame*javaToggle.labelString: Disable Java
- *security_prefs*javaFrame*javascriptToggle.leftOffset: 20
- *security_prefs*javaFrame*javascriptToggle.labelString: Disable JavaScript
-
- ! Preferences: Security Passwords
- !
- *security_prefs*passwordsFrame*passwordsBoxLabel.labelString: Passwords
- *security_prefs*passwordsFrame.topOffset: 10
- *security_prefs*passwordsFrame.leftOffset: 10
- *security_prefs*passwordsFrame.rightOffset: 10
- *security_prefs*passwordsFrame.bottomOffset: 10
- *security_prefs*passwordsFrame*passLabel.labelString: Password:
- *security_prefs*passwordsFrame*passToggle.labelString: Use a Password
- *security_prefs*passwordsFrame*noPassToggle.labelString: Do not use a Password
- *security_prefs*passwordsFrame*askLabel.labelString: Ask for Password:
- *security_prefs*passwordsFrame*onceToggle.labelString: Once per session
- *security_prefs*passwordsFrame*everyToggle.labelString: Every time it's needed
- *security_prefs*passwordsFrame*periodicToggle.labelString: After
- *security_prefs*passwordsFrame*periodicText.columns: 3
- *security_prefs*passwordsFrame*periodicLabel.labelString: minutes of inactivity
- *security_prefs*passwordsFrame*alignment: ALIGNMENT_BEGINNING
- *security_prefs*passwordsFrame*passLabel.topOffset: 10
- *security_prefs*passwordsFrame*passLabel.leftOffset: 10
- *security_prefs*passwordsFrame*passToggle.topOffset: 10
- *security_prefs*passwordsFrame*passToggle.leftOffset: 10
- *security_prefs*passwordsFrame*noPassToggle.bottomOffset: 10
- *security_prefs*passwordsFrame*noPassToggle.rightOffset: 10
- *security_prefs*passwordsFrame*indicatorType: ONE_OF_MANY
- *security_prefs*passwordsFrame*changePassword.labelString: Change Password
- *security_prefs*passwordsFrame*bannerLabel.labelString: \
- Use a password if other people have access to your computer.
-
-
- ! Preferences: Styles1
- !
- *general_prefs*toolbarsFrame*toolbarsBoxLabel.labelString:Toolbars
- *general_prefs*toolbarsFrame.topOffset: 10
- *general_prefs*toolbarsFrame.leftOffset: 10
- *general_prefs*toolbarsFrame.rightOffset: 10
- *general_prefs*toolbarsFrame.bottomOffset: 10
- *general_prefs*toolbarsFrame*toolbarLabel.labelString: Show Toolbars As:
- *general_prefs*toolbarsFrame*toolbarLabel.alignment: ALIGNMENT_END
- *general_prefs*toolbarsFrame*icons.labelString: Pictures
- *general_prefs*toolbarsFrame*text.labelString: Text
- *general_prefs*toolbarsFrame*both.labelString: Pictures and Text
- *general_prefs*toolbarsFrame*indicatorType: ONE_OF_MANY
-
- *general_prefs*startupFrame*startupBoxLabel.labelString:Startup
- *general_prefs*startupFrame.topOffset: 10
- *general_prefs*startupFrame.leftOffset: 10
- *general_prefs*startupFrame.rightOffset: 10
- *general_prefs*startupFrame.bottomOffset: 10
- *general_prefs*startupFrame*startLabel.labelString: Browser Starts with:
- *general_prefs*startupFrame*startLabel.alignment: ALIGNMENT_END
- *general_prefs*startupFrame*blank.labelString: Blank Page
- *general_prefs*startupFrame*home.labelString: Home Page Location:
- *general_prefs*startupFrame*homeText.bottomOffset: 10
- *general_prefs*startupFrame*homeText.rightOffset: 10
- *general_prefs*startupFrame*indicatorType: ONE_OF_MANY
-
- *general_prefs*startupFrame*startupLabel.labelString: On Startup Launch:
- *general_prefs*startupFrame*browser.labelString: Netscape Browser
- *general_prefs*startupFrame*mail.labelString: Netscape Mail
- *general_prefs*startupFrame*news.labelString: Netscape News
-
- *general_prefs*linkFrame*linkBoxLabel.labelString: Link Styles
- *general_prefs*linkFrame.topOffset: 10
- *general_prefs*linkFrame.leftOffset: 10
- *general_prefs*linkFrame.rightOffset: 10
- *general_prefs*linkFrame.bottomOffset: 10
- *general_prefs*linkFrame*underlineLabel.labelString: Links are:
- *general_prefs*linkFrame*underlineLabel.alignment: ALIGNMENT_END
- *general_prefs*linkFrame*underline.labelString: Underlined
- *general_prefs*linkFrame*expireLabel.labelString: Followed Links:
- *general_prefs*linkFrame*expireLabel.alignment: ALIGNMENT_END
- *general_prefs*linkFrame*expireNever.labelString: Never Expire
- *general_prefs*linkFrame*expireAfter.labelString: Expire After
- *general_prefs*linkFrame*expireDaysLabel.labelString: Days
- *general_prefs*linkFrame*expireDays.columns: 3
- *general_prefs*linkFrame*expireNow.labelString: Expire Now
- *general_prefs*linkFrame*indicatorType: ONE_OF_MANY
- *general_prefs*linkFrame*underline.indicatorType: N_OF_MANY
- *general_prefs*linkFrame*expireDays.topOffset: 10
- *general_prefs*linkFrame*expireDays.bottomOffset: 10
- *general_prefs*linkFrame*expireNow.marginWidth: 10
- *general_prefs*linkFrame*expireNow.marginHeight: 0
- *general_prefs*linkFrame*underline.leftOffset: 10
- *general_prefs*linkFrame*expireLabel.leftOffset: 10
- *general_prefs*linkFrame*expireAfter.leftOffset: 10
- *general_prefs*linkFrame*expireNow.leftOffset: 20
-
-
- ! Preferences: Styles 2
- !
-
-
- *enteringSecureDialog_popup.title: Netscape: Secure Document
- *enteringSecureDialog*toggle.labelString: Show this Alert Next Time
- *enteringSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *enteringSecureDialog*toggle.leftOffset: 100
- *enteringSecureDialog.selectionLabelString:\
- You have requested a secure document. The document and any information\n\
- you send back are encrypted for privacy while in transit.\n\
- For more information on security choose Document Info from the View \
- menu.
-
- *leavingSecureDialog_popup.title: Netscape: Security Warning
- *leavingSecureDialog*toggle.labelString: Show this Alert Next Time
- *leavingSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *leavingSecureDialog.OkLabelString: Continue Loading
- *leavingSecureDialog.CancelLabelString: Cancel Loading
- *leavingSecureDialog*toggle.leftOffset: 100
- *leavingSecureDialog.selectionLabelString:\
- You have requested an insecure document. The document and any information\n\
- you send back could be observed by a third party while in transit.\n\
- For more information on security choose Document Info from the View \
- menu.
-
- *mixedSecurityDialog_popup.title: Netscape: Security Warning
- *mixedSecurityDialog*toggle.labelString: Show this Alert Next Time
- *mixedSecurityDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *mixedSecurityDialog*toggle.leftOffset: 100
- *mixedSecurityDialog.selectionLabelString:\
- You have requested a secure document that contains some insecure \
- information.\n\
- \n\
- The insecure information will not be shown.\n\
- For more information on security choose Document Info from the View \
- menu.
-
- *redirectionToInsecureDialog_popup.title: Netscape: Security Warning
- *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
- *redirectionToInsecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *redirectionToInsecureDialog.OkLabelString: Continue Loading
- *redirectionToInsecureDialog.CancelLabelString: Cancel Loading
- *redirectionToInsecureDialog*toggle.leftOffset: 100
- *redirectionToInsecureDialog.selectionLabelString:\
- Warning! You have requested an insecure document that was\n\
- originally designated a secure document (the location has been\n\
- redirected from a secure to an insecure document). The document\n\
- and any information you send back could be observed by a third\n\
- party while in transit.
-
- *redirectionToSecureDialog_popup.title: Netscape: Security Warning
- *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time
- *redirectionToSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *redirectionToSecureDialog.OkLabelString: Continue Loading
- *redirectionToSecureDialog.CancelLabelString: Cancel Loading
- *redirectionToSecureDialog*toggle.leftOffset: 100
- *redirectionToSecureDialog.selectionLabelString:\
- Warning! Your connection has been redirected to a different\n\
- site. You may not be connected to the site that you originally\n\
- tried to reach.
-
- *insecurePostFromSecureDocDialog_popup.title: Netscape: Security Warning
- *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
- *insecurePostFromSecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *insecurePostFromSecureDocDialog.OkLabelString: Continue Submission
- *insecurePostFromSecureDocDialog.CancelLabelString: Cancel Submission
- *insecurePostFromSecureDocDialog*toggle.leftOffset: 100
- *insecurePostFromSecureDocDialog.selectionLabelString:\
- Warning! Although this document is secure, any information you\n\
- submit is insecure and could be observed by a third party while\n\
- in transit. If you are submitting passwords, credit card numbers,\n\
- or other information you would like to keep private, it would be\n\
- safer for you to cancel the submission.
-
- *insecurePostFromInsecureDocDialog_popup.title: Netscape: Security Warning
- *insecurePostFromInsecureDocDialog.OkLabelString: Continue Submission
- *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
- *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
- *insecurePostFromInsecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
- *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
- *insecurePostFromInsecureDocDialog.selectionLabelString:\
- The information you submit is insecure and could be observed by\n\
- a third party while in transit. If you are submitting passwords,\n\
- credit card numbers, or other information you would like to keep\n\
- private, it would be safer for you to cancel the submission.
-
-
- *licenseDialog_popup.title: Netscape: License Agreement
- *licenseDialog*label1.labelString:\n\
- Netscape is licensed software. Its use is subject to the\n\
- terms and conditions of the license agreement below.\n
- *licenseDialog*label2.labelString:\n\
- If you accept the terms of this license agreement,\n\
- press `Accept.' Otherwise press `Do Not Accept.'\n
- *licenseDialog*text.columns: 72
- *licenseDialog*text.rows: 23
- *licenseDialog*text.wordWrap: True
- *licenseDialog*text.scrollHorizontal: False
- *licenseDialog.accept.labelString: Accept
- *licenseDialog.reject.labelString: Do Not Accept
-
- *printSetup_popup.title: Netscape: Print
- *printSetup*printToLabel.labelString: Print To:
- *printSetup*toPrinterToggle.labelString: Printer
- *printSetup*toFileToggle.labelString: File
- *printSetup*printCommandLabel.labelString: Print Command:
- *printSetup*fileNameLabel.labelString: File Name:
- *printSetup*browseButton.labelString: Browse...
- *printSetup*printLabel.labelString: Print:
- *printSetup*firstFirstToggle.labelString: First Page First
- *printSetup*lastFirstToggle.labelString: Last Page First
- *printSetup*orientationLabel.labelString: Orientation:
- *printSetup*portraitToggle.labelString: Portrait
- *printSetup*landscapeToggle.labelString: Landscape
- *printSetup*printColorLabel.labelString: Print:
- *printSetup*greyscaleToggle.labelString: Greyscale
- *printSetup*colorToggle.labelString: Color
- *printSetup*paperSizeLabel.labelString: Paper Size:
- *printSetup*letterToggle.labelString: Letter (8 1/2 x 11 in.)
- *printSetup*legalToggle.labelString: Legal (8 1/2 x 14 in.)
- *printSetup*executiveToggle.labelString: Executive (7 1/2 x 10 in.)
- *printSetup*a4Toggle.labelString: A4 (210 x 297 mm)
- *printSetup*OK.labelString: Print
- *printSetup*OkLabelString: Print
- *printSetup*CancelLabelString: Cancel
- *printSetup*XmLabel.alignment: ALIGNMENT_END
- *printSetup*XmLabelGadget.alignment: ALIGNMENT_END
- *printSetup*XmToggleButtonGadget.alignment: ALIGNMENT_BEGINNING
- *printSetup*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
- *printSetup*lastFirstToggle.leftOffset: 10
- *printSetup*landscapeToggle.leftOffset: 10
- *printSetup*colorToggle.leftOffset: 10
- *printSetup*legalToggle.leftOffset: 10
- *printSetup*a4Toggle.leftOffset: 10
- *printSetup*XmLabel.rightOffset: 10
- *printSetup*XmLabelGadget.rightOffset: 10
- *printSetup*browseButton.marginHeight: 3
- *printSetup*browseButton.marginWidth: 4
- *printSetup*line.topOffset: 4
- *printSetup*printLabel.topOffset: 4
- *printSetup*firstFirstToggle.topOffset: 10
- *printSetup*portraitToggle.topOffset: 10
- *printSetup*greyscaleToggle.topOffset: 10
- *printSetup*letterToggle.topOffset: 10
- !*printSetup_popup*preeditType: none
-
- *findDialog_popup.title: Netscape: Find
- *findDialog*findInLabel.labelString: Find in:
- *findDialog*msgHeaders.labelString: Message Headers in This Folder
- *findDialog*msgBody.labelString: Body of This Message
- *findDialog*msgHeaders.indicatorType: ONE_OF_MANY
- *findDialog*msgBody.indicatorType: ONE_OF_MANY
- *findDialog*findLabel.labelString: Find:
- *findDialog*findLabel.alignment: ALIGNMENT_END
- *findDialog*caseSensitive.labelString: Case Sensitive
- *findDialog*backwards.labelString: Find Backwards
- *findDialog*backwards.leftOffset: 20
- *findDialog*caseSensitive.alignment: ALIGNMENT_BEGINNING
- *findDialog*backwards.alignment: ALIGNMENT_BEGINNING
- *findDialog*XmToggleButtonGadget.indicatorType: N_OF_MANY
- *findDialog*XmToggleButtonGadget.visibleWhenOff:True
- *findDialog*OK.labelString: Find
- *findDialog*OkLabelString: Find
- *findDialog*Apply.labelString: Clear
- *findDialog*ApplyLabelString: Clear
- *findDialog*Cancel.labelString: Close
- *findDialog*CancelLabelString: Close
- !*findDialog_popup*preeditType: overthespot
- ! Bookmark Find dialog shares resources with the main find dialog
- ! Extra resources specific to bookmark find dialog
- *findDialog*lookinLabel.labelString: Look in:
- *findDialog*nameToggle.labelString: Name
- *findDialog*locationToggle.labelString: Location
- *findDialog*descriptionToggle.labelString: Description
- *findDialog*wordToggle.labelString: Whole word
- *findDialog*helptext.labelString: Use Find Again to keep looking.
-
- ! More resources for the Addressbook find dialog
- *findDialog*nicknameToggle.labelString: Nick Name
-
-
- *openURL_popup.title: Netscape: Open Location
- *openURL*openURLLabel.labelString: Open Location:
- *openURL*OK.labelString: Open
- *openURL*OkLabelString: Open
- *openURL*Apply.labelString: Clear
- *openURL*ApplyLabelString: Clear
- *openURL*Cancel.labelString: Cancel
- *openURL*CancelLabelString: Cancel
- *openURL*openURLLabel.alignment: ALIGNMENT_END
- *openURL*urlText.columns: 45
- *openURL.width: 500
- !*openURL_popup*preeditType: none
-
- *message_popup.title: Netscape
- *message_popup*OK.labelString: OK
- *message_popup*OkLabelString: OK
-
- *error_popup.title: Netscape: Error
-
- *question_popup.title: Netscape: Question
- *question_popup*OK.labelString: OK
- *question_popup*Cancel.labelString: Cancel
-
- *prompt_popup.title: Netscape: Prompt
- *password_popup.title: Netscape: Password
- *promptSubject_popup.title: Netscape: Subject Prompt
- *stdout_popup.title: Netscape: subprocess diagnostics (stdout)
- *stderr_popup.title: Netscape: subprocess diagnostics (stderr)
- *stdout_stderr_popup.title: Netscape: subprocess diagnostics (stdout/stderr)
-
- *citing_popup.title: Netscape
- *citing_popup*messageString: \nQuoting...\n
-
- *printing_popup.title: Netscape
- *printing_popup*messageString: \nPrinting...\n
-
- *deliveringMessage_popup.title: Netscape
- *deliveringMessage_popup*messageString: \nDelivering message...\n
-
- *saving_popup.title: Netscape
- *saving_popup*messageString: \nSaving to disk...\n
-
- *visual_popup.title: Netscape: Change X Visual
- *visual_popup*listLabelString: Available Visuals:
-
- *promptSubject_popup*messageString: \
- You did not give a subject to this message.\n\
- If you would like to provide one, please type it now.
-
- *dialog*OK.labelString: OK
- *dialog*clear.labelString: Clear
- *dialog*Cancel.labelString: Cancel
- *dialog*userLabel.labelString: User ID:
- *dialog*passwdLabel.labelString: Password:
- *dialog*userLabel.alignment: ALIGNMENT_END
- *dialog*passwdLabel.alignment: ALIGNMENT_END
-
- *citationQuery_popup.title: Citation Style Question
- *citationQuery.selectionLabelString: \n\
- You have quoted an entire document instead of attaching it.\n\
- \n\
- You could, instead, attach the document and it would be\n\
- appended to the message, without a `>' at the beginning\n\
- of each line. This would make it easier for recipients\n\
- to save and use this document.\n\
- \n\
- Would you like to send this document as an attachment?\n
-
- *citationQuery*OK.labelString: Send as\nText Attachment
- *citationQuery*OkLabelString: Send as\nText Attachment
- *citationQuery*Apply.labelString: Send as\nQuoted
- *citationQuery*ApplyLabelString: Send as\nQuoted
- *citationQuery*Cancel.labelString: Cancel
- *citationQuery*CancelLabelString: Cancel
-
- *doubleCitationQuery_popup.title: Citation Style Question
- *doubleCitationQuery.selectionLabelString: \n\
- You have (probably inadvertently) included the same document twice:\n\
- first as a citation (meaning: with `>' at the beginning of each line) and\n\
- then as an attachment (meaning: as a second part of the message,\n\
- included after your new text.)\n\
- \n\
- Would you like to send an attached document or a quoted document?
-
- *doubleCitationQuery*OK.labelString: Send as\nText Attachment
- *doubleCitationQuery*OkLabelString: Send as\nText Attachment
- *doubleCitationQuery*Apply.labelString: Send as\nQuoted
- *doubleCitationQuery*ApplyLabelString: Send as\nQuoted
- *doubleCitationQuery*Cancel.labelString:Cancel
- *doubleCitationQuery*CancelLabelString: Cancel
-
- *streamingAudioQuery_popup.title: Audio Question
- *streamingAudioQuery.selectionLabelString: \
- Would you like to play the data to the external viewer as it comes\n\
- from the network, or save to a file and then play from the file?
- *streamingAudioQuery*OK.labelString: Play from Network
- *streamingAudioQuery*OkLabelString: Play from Network
- *streamingAudioQuery*Apply.labelString: Save First
- *streamingAudioQuery*ApplyLabelString: Save First
- *streamingAudioQuery*Cancel.labelString:Cancel
- *streamingAudioQuery*CancelLabelString: Cancel
-
- *fileSelector*filterLabelString: Filter
- *fileSelector*dirListLabelString: Directories
- *fileSelector*fileListLabelString: Files
- *fileSelector*OkLabelString: OK
- *fileSelector*ApplyLabelString: Filter
- *fileSelector*CancelLabelString: Cancel
- *fileSelector.Selection.labelString: Selection
- *fileSelector.pattern: *.html
- *fileSelector*fileTypeMask: FILE_ANY_TYPE
- *fileSelector*saveTypeBox.orientation: HORIZONTAL
- *fileSelector*formatType.labelString: Format for Saved Document:
- !*fileSelector_popup*preeditType: overthespot
-
- *fileBrowser_popup.title: Netscape: File Browser
- *fileBrowser*filterLabelString: Filter
- *fileBrowser*dirListLabelString: Directories
- *fileBrowser*fileListLabelString: Files
- *fileBrowser*Selection.labelString: Selection
- *fileBrowser*OkLabelString: OK
- *fileBrowser*ApplyLabelString: Filter
- *fileBrowser*CancelLabelString: Cancel
- *fileBrowser*HelpLabelString: Help
-
- *formSubmitButton.labelString: Submit
- *formResetButton.labelString: Reset
- *formButton.labelString: Monkey Brains
- *formFileBrowseButton.labelString: Browse...
-
- !
- ! The bookmarks window
- !
- *Bookmark.mainform.width: 300
- *Bookmark.mainform.height: 400
- *Bookmark*selectAll.labelString: Select All
- *Bookmark*selectAll.mnemonic: S
- *Bookmark*properties.labelString: Properties...
- *Bookmark*properties.mnemonic: P
- *Bookmark*gotoBookmark.labelString: Goto Bookmark
- *Bookmark*gotoBookmark.mnemonic: G
- *Bookmark*sortBookmarks.labelString: Sort Bookmarks
- *Bookmark*sortBookmarks.mnemonic: S
- *Bookmark*insertBookmark.labelString: Insert Bookmark
- *Bookmark*insertBookmark.mnemonic: B
- *Bookmark*insertHeader.labelString: Insert Folder
- *Bookmark*insertHeader.mnemonic: F
- *Bookmark*insertSeparator.labelString: Insert Separator
- *Bookmark*insertSeparator.mnemonic: S
- *Bookmark*makeAlias.labelString: Make Alias
- *Bookmark*makeAlias.mnemonic: A
- *Bookmark*newBmFolder.labelString: Set to New Bookmarks Folder
- *Bookmark*newBmFolder.mnemonic: N
- *Bookmark*bmMenuFolder.labelString: Set to Bookmark Menu Folder
- *Bookmark*bmMenuFolder.mnemonic: M
- *Bookmark*Item.mnemonic: I
-
- !*Bookmark*preeditType: overthespot
-
- ! Bookmarks popup menu. It has the same name as the main popup menu
- ! and hence shares the rest of the resources.
- *Bookmark*popup.title.labelString: Bookmarks
- *titleSeparator.separatorType: XmDOUBLE_LINE
-
- ! Bookmarks edit properties window.
- !
- *bookmarkProps_popup*title: Netscape: Bookmark Properties
- *bookmarkProps*nameLabel.labelString: Name:
- *bookmarkProps*nameLabel.alignment: ALIGNMENT_END
- *bookmarkProps*locationLabel.labelString: Location:
- *bookmarkProps*locationLabel.alignment: ALIGNMENT_END
- *bookmarkProps*descriptionLabel.labelString: Description:
- *bookmarkProps*descriptionLabel.alignment: ALIGNMENT_END
- *bookmarkProps*lastvisitedLabel.labelString: Last Visited:
- *bookmarkProps*lastvisitedLabel.alignment: ALIGNMENT_END
- *bookmarkProps*addedonLabel.labelString: Added On:
- *bookmarkProps*addedonLabel.alignment: ALIGNMENT_END
- *bookmarkProps*descriptionText.topOffset: 8
- *bookmarkProps*descriptionText.columns: 40
- *bookmarkProps*descriptionText.rows: 5
- *bookmarkProps*aliasButton.labelString: Select Aliases
-
- !
- ! Address Book
- !
- *AddressBook.mainform.width: 300
- *AddressBook.mainform.height: 400
- *AddressBook*selectAll.labelString: Select All
- *AddressBook*selectAll.mnemonic: S
- *AddressBook*mailMessage.labelString: New Mail Message
- *AddressBook*mailMessage.mnemonic: N
- *AddressBook*mailMessage.acceleratorText: Ctrl+M
- *AddressBook*addUser.mnemonic: U
- *AddressBook*addUser.labelString: Add User...
- *AddressBook*addUser.mnemonic: U
- *AddressBook*addList.labelString: Add List...
- *AddressBook*addList.mnemonic: L
- *AddressBook*properties.labelString: Properties...
- *AddressBook*properties.mnemonic: P
- *AddressBook*Item.labelString: Item
- *AddressBook*Item.mnemonic: I
-
- ! Address Book properties window
- !
- *AddressBook*bookmarkProps_popup*title: Netscape: Address book Properties
- *AddressBook*bookmarkProps*nicknameLabel.labelString: Nick Name:
- *AddressBook*bookmarkProps*nicknameLabel.alignment: ALIGNMENT_END
- *AddressBook*bookmarkProps*nameLabel.labelString: Name:
- *AddressBook*bookmarkProps*locationLabel.labelString: Email Address:
-
- ! Address Book popup menu. It has the same name as the main popup menu
- ! and hence shares the rest of the resources.
- *AddressBook*popup.title.labelString: Address Book
- *AddressBook*popup.titleSeparator.separatorType: XmDOUBLE_LINE
-
-
- !
- ! Download
- !
- *download*downloadURLLabel.labelString: Source:
- *download*downloadFileLabel.labelString: Destination:
- *download*cancel.labelString: Stop
- *download*downloadURLLabel.alignment: ALIGNMENT_END
- *download*downloadFileLabel.alignment: ALIGNMENT_END
-
- *download*downloadURLLabel.topOffset: 10
- *download*downloadURLLabel.leftOffset: 10
- *download*downloadURLValue.columns: 45
- *download*downloadURLValue.editable: False
- *download*downloadURLValue.cursorPositionVisible: False
- *download*downloadURLValue.leftOffset: 10
- *download*downloadURLValue.rightOffset: 10
-
- *download*downloadFileLabel.topOffset: 5
- *download*downloadFileLabel.leftOffset: 10
- *download*downloadFileLabel.bottomOffset: 15
- *download*downloadFileValue.columns: 45
- *download*downloadFileValue.editable: False
- *download*downloadFileValue.cursorPositionVisible: False
- *download*downloadFileValue.leftOffset: 10
- *download*downloadFileValue.rightOffset: 10
-
- *download*logo.topOffset: 10
- *download*cancel.marginWidth: 15
- *download*cancel.marginHeight: 10
- *download*cancel.topOffset: 20
- *download*cancel.bottomOffset: 10
-
-
- ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
- ! On SGIs, not having the class will cause the default SGI colors to
- ! be used instead of the ones specified here. With VUE, the behavior
- ! is even worse - if we're using a non-default visual (for example, if
- ! we have requested a 24-bit TrueColor visual instead of the default
- ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
- ! the default visual, and give us colors allocated from the wrong
- ! colormap, resulting in lovely effects like brown-on-brown menubars!
- !
- Netscape*thermo.slider.foreground: #0000BF
- Netscape*thermo.slider.background: #69B5B5
- Netscape*power.LED.foreground: #0000BF
- Netscape*power.LED.background: #69B5B5
-
- ! (Note: if you comment this stuff out in an attempt to let the current
- ! "scheme" override things, you'll find that the colors of the toolbar
- ! icons and the colors of form elements (like option menus) will get
- ! messed up.)
- Netscape*foreground: Black
- Netscape*background: #B2B2B2
-
- Netscape*XmTextField.foreground: Black
- Netscape*XmText.foreground: Black
- Netscape*XmList.foreground: Black
- Netscape*XmTextField.background: #D3B5B5
- Netscape*XmText.background: #D3B5B5
- Netscape*XmList.background: #D3B5B5
-
- ! Colors of the outline lists used in mail and news windows.
- Netscape*XmLGrid.foreground: #000000
- Netscape*XmLGrid.background: #B2B2B2
- Netscape*XmLGrid.selectBackground: #FFFFCC
-
- ! Colors of the "Secure Document" bar.
- *secureDocumentColor: #0000BF
- *insecureDocumentColor: #B2B2B2
-
- ! Various margin sizes
- !
- *topLeftArea.leftOffset: 0
- *topLeftArea.rightOffset: 10
- *topLeftArea.topOffset: 0
- *topLeftArea.bottomOffset: 0
- *urlText.topOffset: 4
- *urlText.bottomOffset: 4
- *urlText.leftOffset: 4
- *urlText.rightOffset: 4
- !*urlText.rightOffset: 10
- ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
- *urlLabel.topOffset: 9
- *urlLabel.leftOffset: 10
- *urlLabel.rightOffset: 10
- *historyMenuBox.topOffset: 0
- *historyMenuBox.bottomOffset: 4
- *historyMenuBox.leftOffset: 4
- *historyMenuBox.rightOffset: 4
- *logo.topOffset: 4
- *logo.bottomOffset: 4
- *logo.leftOffset: 10
- *logo.rightOffset: 10
- *historyMenuBox.marginHeight: 0
- *historyMenuBox.marginWidth: 0
-
- *toolBar*XmPushButton.leftOffset: 2
- *toolBar*XmPushButtonGadget.leftOffset: 2
- *urlBar*XmPushButton.leftOffset: 2
- *urlBar*XmPushButtonGadget.leftOffset: 2
-
- *mouseDocumentation.rightOffset: 4
- *toolBar.topOffset: 0
- *toolBar.leftOffset: 10
- *toolBar.rightOffset: 0
- *toolBar.bottomOffset: 0
-
- *urlBar.topOffset: 4
- *urlBar.leftOffset: 10
- *urlBar.rightOffset: 0
- *urlBar.bottomOffset: 0
-
- ! Give it a default string to get it sized right...
- *mouseDocumentation.labelString: Mozilla
- *mouseDocumentation.alignment: ALIGNMENT_BEGINNING
- *mouseDocumentation.leftOffset: 10
-
- *docinfoLabel.leftOffset: 4
-
- *dashboard.topOffset: 0
- *dashboard.bottomOffset: 0
- *dashboard.leftOffset: 0
- *dashboard.rightOffset: 10
- ! To prevent the whole window from flickering when mouseDoc text changes...
- *dashboard.resizable: False
-
- *thermo.leftOffset: 4
- *thermo.rightOffset: 10
- *thermo.topOffset: 4
- *thermo.bottomOffset: 4
- *thermo.shadowThickness: 2
- *thermo.shadowType: SHADOW_IN
-
- *power.topOffset: 4
- *power.bottomOffset: 4
- *power.shadowThickness: 2
- *power.shadowType: SHADOW_IN
-
- *thermo.slider.width: 200
- *thermo.slider.height: 5
-
- *power.LED.width: 15
- *power.LED.height: 5
-
- *securityBar.topOffset: 4
- *securityBar.bottomOffset: 4
- *securityBar.shadowThickness: 2
- *securityBar.shadowType: SHADOW_IN
- *securityBar.LED.height: 2
-
- *topPane.shadowThickness: 2
- *bottomPane.shadowThickness: 2
- *topPane.shadowType: SHADOW_IN
- *bottomPane.shadowType: SHADOW_IN
-
- ! Go ahead, try and figure out why some of these need to be on the
- ! _popup version, and some need to be one level deeper. I dare you.
- !*dialog.width: 500
- !*history.width: 500
- !*mailto.width: 500
- !*cache_popup.width: 500
- *userConfig_popup.width: 500
- *userConfig.width: 500
- *fileSelector.width: 500
- *fileBrowser.width: 500
-
- ! I had to hardcode this in the C code - doesn't work from here...
- !*history_popup.allowShellResize: False
-
- ! Get rid of all navigation; it's totally broken for Paned windows,
- ! and for the form widgets under the drawingArea.
- *highlightThickness: 0
- *navigationType: NONE
-
- ! Uh, but turn it back on in the popups (really I'd like to turn it off
- ! in all non-popups, but I don't think there's a way to specify that...)
- *XmDialogShell*highlightThickness: 2
- *XmDialogShell*navigationType: TAB_GROUP
-
- ! Uh, and turn it on only in text fields of forms.
- ! But of course this doesn't work quite right.
- *drawingArea*XmText.navigationType: TAB_GROUP
- *drawingArea*XmTextField.navigationType:TAB_GROUP
-
- ! Sorry, things don't display properly if you configure Netscape to put its
- ! scrollbars on the left or top of the document area.
- Netscape*scroller.scrollBarPlacement: BOTTOM_RIGHT
-
- ! Put scrollbars right next to text fields in forms (and lists).
- *drawingArea*XmScrolledWindow.spacing: 0
-
-
- ! Do not under any circumstances change the following line:
- Netscape.version: 2.01S
-
-
- ! ============================================================================
- ! Fonts in the widgets.
- ! These fonts are all down in Motif land, and thus are not controlled by the
- ! font selector on the Preferences dialog. That applies only to fonts in
- ! the document display area.
- ! ============================================================================
- !
- *fontList: -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*
- *XmTextField.fontList: -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
- *XmText.fontList: -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
- *XmList*fontList: -*-courier-medium-r-*-*-*-140-*-*-*-*-iso8859-*
-
- ! SGI default:
- !*menuBar*fontList: -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
- ! Sensible default:
- *menuBar*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- *menuBar*historyTruncated.fontList:\
- -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
- *popup*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
-
- *topArea*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- *topArea*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- *topArea*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
- !*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*selectedLabel.fontList:\
- -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmTextField.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- !*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
- *mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- *docinfoButton.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
- *mailto*urlLabel.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
-
- *licenseDialog*text.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
-
- ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
- ! and Address Book windows. (Note that there can't be any whitespace after
- ! the commas.)
- *XmLGrid*fontList:\
- -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
- -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
- -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
-
-
-
- ! This is the default charset for documents without the charset parameter
- ! for MIME Content-type: text. Valid values for *defaultCharset:
- ! iso-8859-1
- ! iso-8859-2
- ! iso-2022-jp
- ! x-euc-jp
- ! x-sjis
- ! iso-2022-kr
- ! euc-kr
- ! gb2312
- ! x-euc-tw
- ! big5
- *defaultCharset: iso-8859-1
- !*defaultCharset: iso-8859-2
- !*defaultCharset: iso-2022-jp
- !*defaultCharset: x-euc-jp
- !*defaultCharset: x-sjis
- !*defaultCharset: iso-2022-kr
- !*defaultCharset: euc-kr
- !*defaultCharset: gb2312
- !*defaultCharset: x-euc-tw
- !*defaultCharset: big5
-
- ! This table maps MIME charsets to the host's locale names
- *Locale.MimeCharset: en_US
- *locale.iso-8859-1: en_US
- *locale.us-ascii: en_US
- *locale.iso-2022-jp: ja_JP.EUC
- *locale.x-euc-jp: ja_JP.EUC
- *locale.x-sjis: ja_JP.EUC
- *locale.iso-2022-kr: ko_KR.euc
- *locale.euc-kr: ko_KR.euc
- *locale.gb2312: zh_CN.ugb
- *locale.x-euc-tw: zh_TW.ucns
- *locale.big5: zh_TW.ucns
- *locale.iso-8859-2: i2
-
-
-
- ! ============================================================================
- ! Fonts used in the display area.
- ! ============================================================================
-
-
- ! Default fonts for various charsets, prop(ortional) and fixed.
- !
- ! Format is foundry-family-pointsize-scaling.
- ! Pointsize is in tenths of a point.
- ! Scaling is either "scale" or "noscale".
- !
- ! These are only used the first time you start up.
- ! After that, the preferences file is used.
- ! The "Defaults" button in the Preferences dialog will revert to these.
- !
- *documentFonts.defaultFont*iso-8859-1.prop: adobe-times-120-noscale
- *documentFonts.defaultFont*iso-8859-1.fixed: adobe-courier-100-noscale
-
-
- ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
- !
- *documentFonts.face*-: normal
- *documentFonts.face*bold-i: boldItalic
- *documentFonts.face*bold-o: boldItalic
- *documentFonts.face*bold-r: bold
- *documentFonts.face*book-o: italic
- *documentFonts.face*book-r: normal
- *documentFonts.face*demi-i: boldItalic
- *documentFonts.face*demi-o: boldItalic
- *documentFonts.face*demi-r: bold
- *documentFonts.face*demibold-i: boldItalic
- *documentFonts.face*demibold-r: bold
- *documentFonts.face*light-i: italic
- *documentFonts.face*light-r: normal
- *documentFonts.face*medium-i: italic
- *documentFonts.face*medium-o: italic
- *documentFonts.face*medium-r: normal
- *documentFonts.face*medium-roman: normal
- *documentFonts.face*normal-i: italic
- *documentFonts.face*normal-r: normal
- *documentFonts.face*regular-i: italic
- *documentFonts.face*regular-r: normal
- *documentFonts.face*roman-r: normal
- *documentFonts.face*w3-r: normal
- *documentFonts.face*w3h-r: normal
- *documentFonts.face*w4-r: normal
- *documentFonts.face*w5-r: normal
- *documentFonts.face*w9-r: normal
-
-
- ! This table maps XLFD family names to nice family names
- !
- *documentFonts.family*djb: DJB
- *documentFonts.family*haebfix: Haeberli Fixed
- *documentFonts.family*itc avant garde gothic: ITC Avant Garde Gothic
- *documentFonts.family*itc bookman: ITC Bookman
- *documentFonts.family*itc zapf chancery: ITC Zapf Chancery
- *documentFonts.family*itc zapf dingbats: ITC Zapf Dingbats
- *documentFonts.family*lucidatypewriter: Lucida Typewriter
-
-
- ! This table maps XLFD foundry names to nice foundry names
- !
- *documentFonts.foundry*b&h: B&H
- *documentFonts.foundry*dec: DEC
- *documentFonts.foundry*hku: HKU
- *documentFonts.foundry*sgi: SGI
-
-
- ! This table maps MIME charsets to language groups
- !
- *documentFonts.charsetlang*x-x-big5: Taiwanese
- *documentFonts.charsetlang*gb_2312-80: Chinese
- *documentFonts.charsetlang*iso-8859-1: Western
- *documentFonts.charsetlang*iso-8859-2: Central European
- *documentFonts.charsetlang*jis_x0201: Japanese
- *documentFonts.charsetlang*jis_x0208-1983: Japanese
- *documentFonts.charsetlang*jis_x0212-1990: Japanese
- *documentFonts.charsetlang*ks_c_5601-1987: Korean
- *documentFonts.charsetlang*x-cns11643-1: Taiwanese
- *documentFonts.charsetlang*x-cns11643-2: Taiwanese
-
-
- ! This table maps X11 font charsets to MIME charsets
- !
- *documentFonts.charset*-: x-ignore
- *documentFonts.charset*-ascii: x-ignore
- *documentFonts.charset*-dingbats: x-ignore
- *documentFonts.charset*-hiragana: x-ignore
- *documentFonts.charset*-ibm pc: x-ignore
- *documentFonts.charset*-katakana: x-ignore
- *documentFonts.charset*-roman: x-ignore
- *documentFonts.charset*-symbol: x-ignore
- *documentFonts.charset*78-h: x-ignore
- *documentFonts.charset*78.euc-h: x-ignore
- *documentFonts.charset*add-h: x-ignore
- *documentFonts.charset*adobe.cns1-0: x-ignore
- *documentFonts.charset*adobe.gb1-0: x-ignore
- *documentFonts.charset*adobe.japan1-0: x-ignore
- *documentFonts.charset*adobe.japan1-1: x-ignore
- *documentFonts.charset*adobe.japan1-2: x-ignore
- *documentFonts.charset*adobe.japan2-0: x-ignore
- *documentFonts.charset*adobe.korea1-0: x-ignore
- *documentFonts.charset*big5-0: x-x-big5
- *documentFonts.charset*big5.et-0: x-x-big5
- *documentFonts.charset*big5.et.ext-0: x-x-big5
- *documentFonts.charset*big5.etext-0: x-x-big5
- *documentFonts.charset*big5.hku-0: x-x-big5
- *documentFonts.charset*big5.hku-1: x-x-big5
- *documentFonts.charset*big5.pc-0: x-x-big5
- *documentFonts.charset*big5.shift-0: x-x-big5
- *documentFonts.charset*cmr.sun-fontspecific: x-ignore
- *documentFonts.charset*cns11643-0: x-cns11643-1
- *documentFonts.charset*cns11643-1: x-cns11643-2
- *documentFonts.charset*cns11643.1986-1: x-cns11643-1
- *documentFonts.charset*cns11643.1986-2: x-cns11643-2
- *documentFonts.charset*dec-decctrl: x-ignore
- *documentFonts.charset*dec-decksroman: x-ignore
- *documentFonts.charset*dec-decmath_extension: x-ignore
- *documentFonts.charset*dec-decmath_italic: x-ignore
- *documentFonts.charset*dec-decmath_symbol: x-ignore
- *documentFonts.charset*dec-decsuppl: x-ignore
- *documentFonts.charset*dec-dectech: x-ignore
- *documentFonts.charset*dec-drcs: x-ignore
- *documentFonts.charset*dec-fontspecific: x-ignore
- *documentFonts.charset*dec.cns11643.1986-2: x-cns11643-1
- *documentFonts.charset*dec.cns11643.1986-udc: x-ignore
- *documentFonts.charset*dec.dtscs.1990-2: x-ignore
- *documentFonts.charset*euc-h: x-ignore
- *documentFonts.charset*ext-h: x-ignore
- *documentFonts.charset*gb2312.1980-0: gb_2312-80
- *documentFonts.charset*gb2312.1980-1: gb_2312-80
- *documentFonts.charset*gb2312.1980-udc: x-ignore
- *documentFonts.charset*hojo-h: x-ignore
- *documentFonts.charset*hp-japanese15: x-ignore
- *documentFonts.charset*hp-japaneseeuc: x-ignore
- *documentFonts.charset*hp-roman8: x-ignore
- *documentFonts.charset*ibm-850: x-ignore
- *documentFonts.charset*ibm-fontspecific: x-ignore
- *documentFonts.charset*ibm-ibmcs01007ext: x-ignore
- *documentFonts.charset*ibm-special: x-ignore
- *documentFonts.charset*ibm-udcjp: x-ignore
- *documentFonts.charset*iso646.1991-irv: x-ignore
- *documentFonts.charset*iso8859-1: iso-8859-1
- *documentFonts.charset*iso8859-2: iso-8859-2
- *documentFonts.charset*iso8859-3: x-ignore
- *documentFonts.charset*iso8859-4: x-ignore
- *documentFonts.charset*iso8859-5: x-ignore
- *documentFonts.charset*iso8859-6: x-ignore
- *documentFonts.charset*iso8859-7: x-ignore
- *documentFonts.charset*iso8859-8: x-ignore
- *documentFonts.charset*iso8859-9: x-ignore
- *documentFonts.charset*iso8859-adobe: x-ignore
- *documentFonts.charset*itc zapf dingbats.adobe-fontspecific: x-ignore
- *documentFonts.charset*itc zapfdingbats.sun-fontspecific: x-ignore
- *documentFonts.charset*jisx0201-romankana: x-ignore
- *documentFonts.charset*jisx0201.1976-0: jis_x0201
- *documentFonts.charset*jisx0201.1976-1: x-ignore
- *documentFonts.charset*jisx0208-kanji00: x-ignore
- *documentFonts.charset*jisx0208-kanji11: x-ignore
- *documentFonts.charset*jisx0208.1983-0: jis_x0208-1983
- *documentFonts.charset*jisx0208.1983-1: x-ignore
- *documentFonts.charset*jisx0208.1990-0: jis_x0208-1983
- *documentFonts.charset*jisx0212.1990-0: jis_x0212-1990
- *documentFonts.charset*jisx0212.1990-ocmp.1992: jis_x0212-1990
- *documentFonts.charset*ks-roman: x-ignore
- *documentFonts.charset*ksc5601.1987-0: ks_c_5601-1987
- *documentFonts.charset*ksc5601.1987-1: x-ignore
- *documentFonts.charset*misc-fontspecific: x-ignore
- *documentFonts.charset*necjisx0208.1983-0: x-ignore
- *documentFonts.charset*novanet-1: x-ignore
- *documentFonts.charset*nwp-h: x-ignore
- *documentFonts.charset*pimai.adobe-fontspecific: x-ignore
- *documentFonts.charset*rksj-h: x-ignore
- *documentFonts.charset*screen.sun-fontspecific: x-ignore
- *documentFonts.charset*sgi-fontspecific: x-ignore
- *documentFonts.charset*shiftjis-0: x-ignore
- *documentFonts.charset*sunolcursor-1: x-ignore
- *documentFonts.charset*sunolglyph-1: x-ignore
- *documentFonts.charset*symbol.adobe-fontspecific: x-ignore
- *documentFonts.charset*symbol.sun-fontspecific: x-ignore
- *documentFonts.charset*tis620.2533-1: x-ignore
- *documentFonts.charset*wp-symbol: x-ignore
- *documentFonts.charset*zapfdingbats.adobe-fontspecific: x-ignore
-
-
- ! There are 7 font sizes, 1 thru 7. The default font is 3, and the others
- ! are based on this. The default increment is 20%, which means that the 4
- ! is 20% larger than the 3, the 5 is 40% larger, and so on.
- !
- *documentFonts.sizeIncrement: 20
-
-
- ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
- ! same fonts in their font path, and, to make matters even worse, they have
- ! the 75 before the 100 even if their monitor is around 100 DPI. The
- ! following is provided so that these people can hack their fonts without
- ! having to correct their font path.
- !
- ! To correct your font path, take a look at
- ! http://home.netscape.com/assist/support/client/tn/unix/10305.html
- ! which is a Technical Note linked from Help->Frequently Asked Questions.
- !
- ! The last part of the left hand side (iso-8859-1) is the MIME charset
- ! corresponding to the X11 font charset (see above).
- !
- ! To use e.g. 100 DPI fonts, change the final "*" to "100".
- !
- *documentFonts.xResolution*iso-8859-1: *
- *documentFonts.yResolution*iso-8859-1: *
-
-
- ! ============================================================================
- ! Fonts used for printing.
- ! ============================================================================
- !
- ! psname is the full PostScript font name
- ! pscode is the character encoding used in the PostScript font
- ! pswidth is the PostScript width per character, only useful for "square"
- ! fonts such as those found in East Asia
-
-
- ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
- ! and cannot be changed.
- !
- !*documentFonts.latin1.variable.normal*psname: Times-Roman
- !*documentFonts.latin1.variable.bold*psname: Times-Bold
- !*documentFonts.latin1.variable.italic*psname: Times-Italic
- !*documentFonts.latin1.variable.boldItalic*psname: Times-BoldItalic
- !*documentFonts.latin1.fixed.normal*psname: Courier
- !*documentFonts.latin1.fixed.bold*psname: Courier-Bold
- !*documentFonts.latin1.fixed.italic*psname: Courier-Oblique
- !*documentFonts.latin1.fixed.boldItalic*psname: Courier-BoldOblique
- !*documentFonts.latin1*pscode: iso-8859-1
- !*documentFonts.latin1*pswidth: *
-
-
- ! Netscape does not differentiate between variable and fixed, and between
- ! normal, bold, italic and boldItalic for the following East Asian fonts.
- !
- ! The charset fields are the charset names corresponding to the available
- ! locales (e.g. for Japan, that would be x-euc-jp and x-sjis).
- !
- *documentFonts.x-euc-jp*psname: Ryumin-Light-RKSJ-H
- *documentFonts.x-euc-jp*pscode: x-sjis
- *documentFonts.x-euc-jp*pswidth: 1000
- *documentFonts.x-sjis*psname: Ryumin-Light-RKSJ-H
- *documentFonts.x-sjis*pscode: x-sjis
- *documentFonts.x-sjis*pswidth: 1000
-
- *documentFonts.euc-kr*psname: SMgoJ
- *documentFonts.euc-kr*pscode: euc-kr
- *documentFonts.euc-kr*pswidth: 1000
-
- !*documentFonts.gb2312*psname: ???
- !*documentFonts.gb2312*pscode: ???
- !*documentFonts.gb2312*pswidth: ???
-
- !*documentFonts.x-euc-tw*psname: ???
- !*documentFonts.x-euc-tw*pscode: ???
- !*documentFonts.x-euc-tw*pswidth: ???
- ! English strings are built into the binary
-